superbitty 0.3.2

A bitfields crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unsupported base type for `bitfields!`: only primitive unsigned types are supported
 --> $DIR/invalid_base_ty.rs:4:29
  |
4 |     struct NegativeBaseTy : isize {}
  |                             ^^^^^

error: unsupported base type for `bitfields!`: only primitive unsigned types are supported
 --> $DIR/invalid_base_ty.rs:8:26
  |
8 |     struct OtherBaseTy : Option<String> {}
  |                          ^^^^^^^^^^^^^^