bitx 0.2.2

More ergonomic way to deal with bitfield-like struct.
Documentation
1
2
3
4
5
error: bit offset must be 0-7
 --> tests/ui/offset.invalid.rs:5:9
  |
5 |         0.8 pub flag: u1, // bit must be 0-7
  |         ^^^