bitstruct 0.1.1

Better Bitfields
Documentation
1
2
3
4
5
error: field `field1` specifies a bitrange beyond `u32` range
 --> $DIR/bits_larger_than_raw.rs:5:9
  |
5 |         field1: u64 = 0 .. 33;
  |         ^^^^^^