Releases: taiki-e/auto_enums
0.6.4
0.6.3
0.6.2
0.6.1
0.6.0
-
Added
"unstable"
crate feature to separate unstable features from stable features. When using features that depend on unstable APIs, the"unstable"
feature must be explicitly enabled. -
Improved compile time.
-
Renamed
#[rec]
to#[nested]
. -
Removed
never
option in argument position in favor of#[enum_derive]
attribute. -
Added
"ops"
crate feature, and made[std|core]::ops
'sDeref
,DerefMut
,Index
,IndexMut
, andRangeBounds
traits optional. -
Added
"convert"
crate feature, and made[std|core]::convert
'sAsRef
andAsMut
traits optional. -
Added
"generator_trait"
crate feature, and made[std|core]::ops::Generator
traits optional. (nightly-only) -
Added
"fn_traits"
crate feature, and madeFn
,FnMut
, andFnOnce
traits optional. (nightly-only) -
Added
"trusted_len"
crate feature, and made[std|core]::iter::TrustedLen
traits optional. (nightly-only) -
Improved error messages.
(There are no changes since the 0.6.0-alpha.3 release.)
0.6.0-alpha.3
- Added
"unstable"
crate feature to separate unstable features from stable features. When using features that depend on unstable APIs, the"unstable"
feature must be explicitly enabled.
0.6.0-alpha.2
0.6.0-alpha.1
-
Renamed
#[rec]
to#[nested]
. -
Removed
never
option in argument position in favor of#[enum_derive]
attribute. -
Improved compile time.
-
Added
"ops"
crate feature, and made[std|core]::ops
'sDeref
,DerefMut
,Index
,IndexMut
, andRangeBounds
traits optional. -
Added
"convert"
crate feature, and made[std|core]::convert
'sAsRef
andAsMut
traits optional. -
Added
"generator_trait"
crate feature, and made[std|core]::ops::Generator
traits optional. (nightly-only) -
Added
"fn_traits"
crate feature, and madeFn
,FnMut
, andFnOnce
traits optional. (nightly-only) -
Added
"trusted_len"
crate feature, and made[std|core]::iter::TrustedLen
traits optional. (nightly-only) -
Improved error messages.