Skip to content

v0.2.0

Choose a tag to compare

@Phantomical Phantomical released this 23 Oct 09:07
· 8 commits to main since this release
119b106

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

Full Changelog: v0.1.2...v0.2.0