v0.3.1
- Added
bits!
,with_bits!
andset_bits!
as alternatives tobitfield!
to operate on raw "bitfield storage" values without declaring a bitfield struct - Clarified
BitRange
's expected behavior in the documentation
bits!
, with_bits!
and set_bits!
as alternatives to bitfield!
to operate on raw "bitfield storage" values without declaring a bitfield structBitRange
's expected behavior in the documentation