hawkw / mycelium

🍄 an alleged 'operating system'
https://mycelium.elizas.website
MIT License
548 stars 21 forks source link

bitfield: add `u128` support #466

Closed hawkw closed 11 months ago

hawkw commented 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