modular-bitfield 0.13.1

Easily define bitfield types with modular building blocks.
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: encountered duplicate `bytes` parameter: duplicate set to 4
 --> tests/ui/bytes_param/duplicate_parameters.rs:4:23
  |
4 | #[bitfield(bytes = 4, bytes = 4)]
  |                       ^^^^^

error: previous `bytes` parameter here
 --> tests/ui/bytes_param/duplicate_parameters.rs:4:12
  |
4 | #[bitfield(bytes = 4, bytes = 4)]
  |            ^^^^^