Skip to content

0.2.0

Compare
Choose a tag to compare
@wrenger wrenger released this 23 Dec 11:59
· 94 commits to main since this release

There is now a way to opt out from generating Debug implementations using #[bitfield(u64, debug = false)].
Additionally, the macro creates constant members with the bit size (<NAME>_BITS) and offset (<NAME>_OFFSET) for each member.