superbitty 0.3.2

A bitfields crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: cannot have payload with `BitFieldCompatible`
 --> $DIR/with_payload.rs:5:6
  |
5 |     A(()),
  |      ^^^^

error: cannot have payload with `BitFieldCompatible`
 --> $DIR/with_payload.rs:7:7
  |
7 |     C { value: i32 },
  |       ^^^^^^^^^^^^^^