modular-bitfield-msb 0.11.2

Allows to easily define bitfield types with modular building blocks. MSB-first version.
Documentation
1
2
3
4
5
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