superbitty 0.3.2

A bitfields crate.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: only doc comments and `#[derive(…)]` are allowed with `bitfields!`
 --> $DIR/invalid_attributes.rs:4:5
  |
4 |     #[foo]
  |     ^^^^^^

error: only doc comments and `#[derive(…)]` are allowed with `bitfields!`
 --> $DIR/invalid_attributes.rs:6:5
  |
6 |     #[bar = 123]
  |     ^^^^^^^^^^^^

error: only doc comments and `#[derive(…)]` are allowed with `bitfields!`
 --> $DIR/invalid_attributes.rs:8:5
  |
8 |     #[baz(abc)]
  |     ^^^^^^^^^^^