hawkw / mycelium

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

feat(bitfield): add `u128` support #467

Closed hawkw closed 10 months ago

hawkw commented 10 months ago

This branch adds support for u128 as a representation for the bitfield! macro, and packing specs for 128-bit numbers.

Closes #466