0.2.0
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.
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.