danlehmann / bitfield

Rust crate for bitfields and bit-enums
MIT License
46 stars 9 forks source link

Switch attribute arguments from field syntax (:) to assignment #48

Closed monkeydom closed 11 months ago

monkeydom commented 11 months ago

As this seems the agreed upon standard for attribute macros

monkeydom commented 11 months ago

Opted to just keep all the old tests for now and only rename the tests files. Cleaned up all the regular tests to only use the new syntax. Added a Change log entry and bumped minor version as I consider this a backwards compatible feature.