v1.0.0
Release v1.0.0 (First Major Release)
#[derive(ctor)]
now works on enums, structs, and unions!
New Features:
- Added support for unions
BTS Changes:
- Features now control the modules used by the library, thus disabling a feature should reduce code size
Other:
Release v1.0.0 marks the first release of a major-working version of derive-ctor. I feel satisfied with the state of the library and do not plan on changing any currently implemented features, thus all v1.* versions should be fully compatible with each other.
Feel free to suggest more features to the library, or create PRs which improve the library!