modular-bitfield 0.11.2

Allows to easily define bitfield types with modular building blocks.
Documentation
error[E0308]: mismatched types
  --> $DIR/11-bits-attribute-wrong.rs:11:7
   |
11 |     #[bits = 9]
   |       ^^^^ expected an array with a fixed size of 9 elements, found one with 1 element