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
12
13
error: expected `=`
 --> tests/ui/bits_param/missing_param_value.rs:3:1
  |
3 | #[bitfield(bits)]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `bitfield` (in Nightly builds, run with -Z macro-backtrace for more info)

error: expected `=`
 --> tests/ui/bits_param/missing_param_value.rs:9:16
  |
9 | #[bitfield(bits(32))]
  |                ^