bitx 0.2.2

More ergonomic way to deal with bitfield-like struct.
Documentation
1
2
3
4
5
error: variant value `4` exceeds the maximum allowed value (`3`) for a 2-bit enum
 --> tests/ui/enum.overstuffed.rs:9:9
  |
9 |         4 V4,
  |         ^