v0.2.0
0.2.0 - 2023-10-23
Added
c_enum!now has some extra syntax to allow directly applying attributes to the generated impl block.
Changed
- It is now only possible to define a single enum instance within a
c_enum!. This is to allow additional syntax in the future that is not supported when the macro allows multiple enum definitions.
What's Changed
- Fix changelog formatting by @Phantomical in #7
- Only allow a single struct definition per c_enum! macro by @Phantomical in #8
- Allow setting attributes on the generated impl block by @Phantomical in #9
- Release v0.2.0 by @Phantomical in #10
Full Changelog: v0.1.2...v0.2.0