Skip to content

v1.0.0

Compare
Choose a tag to compare
@ImaMapleTree ImaMapleTree released this 31 May 03:26
· 12 commits to main since this release
06c1a86

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!