bitfields 2.0.2

Macro for for generating bitfields from structs and enum bitflags for defining packed binary schemas in low-level systems (e.g. embedded development or emulators)
Documentation
1
2
3
4
5
error: Invalid argument, expected an identifier
 --> tests/compile_error_cases/errors/bitfield_invalid_arg.rs:3:17
  |
3 | #[bitfield(u32, +==32 = hello)]
  |                 ^