Releases: sinder38/struct-to-enum
Releases · sinder38/struct-to-enum
v1.1.2
v1.1.1
Full Changelog: v1.0.1...v1.1.1
Moving functional into features
FieldName
- Move nested functional into a separate feature:
nested-nameto avoid polluting the namespace without a need.
FeldType
- Move nested functional into a separate feature:
nested-typeto avoid polluting the namespace without a need.
Other
- add no_std support
- add nested generic tests
- code structure improvements
v1.0.1
v1.0.0
Good starting point release
FieldName
- Replace Into implementation
StructFieldName; N] = (&struct).into()toStructFieldName::field_names(); - Change "nested last" ordering to "declaration order"
FeldType
- Add full support for nesting, ordering by declaration order
Other
- Add a separate crate with trait implementations
v0.0.1
Rushed release of basic desired functionality.
FieldName
Support nesting, generics, field skipping, and custom derives/attributes on the generated enum.
FeldType
Support generics, field skipping, and custom derives/attributes on the generated enum.