Closed hawkw closed 11 months ago
Currently, mycelium-bitfield supports u8, u16, u32, u64, and usize as bitfield types. It would be nice to also support u128 as a bitfield representation. This would be helpful for e.g. https://github.com/tosc-rs/mnemos/pull/299/files#r1375303466
mycelium-bitfield
u8
u16
u32
u64
usize
u128
Currently,
mycelium-bitfield
supportsu8
,u16
,u32
,u64
, andusize
as bitfield types. It would be nice to also supportu128
as a bitfield representation. This would be helpful for e.g. https://github.com/tosc-rs/mnemos/pull/299/files#r1375303466