Robbepop / modular-bitfield

Macro to generate bitfields for structs that allow for modular use of enums.
Apache License 2.0
155 stars 41 forks source link

Add u128 support #2

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

Possibly behind a feature if it turns out to affect compile time.

Robbepop commented 5 years ago

Implemented by https://github.com/Robbepop/modular-bitfield/commit/b20828d1a369f5826e494c350a7f32b58c84dac4.

No need to put this behind a crate feature.