superbitty 0.3.2

A bitfields crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: structs and unions cannot `#[derive(BitFieldCompatible)]` and must implement it themselves
 --> $DIR/structs_and_unions.rs:4:1
  |
4 | struct Foo {}
  | ^^^^^^^^^^^^^

error: structs and unions cannot `#[derive(BitFieldCompatible)]` and must implement it themselves
 --> $DIR/structs_and_unions.rs:7:1
  |
7 | union Bar { _v: () }
  | ^^^^^^^^^^^^^^^^^^^^