hawkw / mycelium

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

bitfield: impl FromBits for NonZeroU{n} #476

Open hawkw opened 8 months ago

hawkw commented 8 months ago

it would be nice if mycelium-bitfield had FromBits impls for NonZeroU{n} and Option<NonZeroU{n}>, so that those types can be used in bitfields directly.