hawkw/mycelium

bitfield: add `u128` support

hawkw opened this issue · 0 comments

hawkw commented

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