Robbepop / modular-bitfield

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

Provide example code and explanations in crate-level doc #6

Closed dtolnay closed 5 years ago

dtolnay commented 5 years ago

I think https://docs.rs/modular-bitfield/0.1.1/modular_bitfield/ wouldn't currently be sufficient to use the crate effectively.

Robbepop commented 5 years ago

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