bitfields 2.0.6

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: expected `enum`
 --> tests/compile_error_cases/errors/bitflag_non_enum.rs:4:5
  |
4 | pub struct Flags {
  |     ^^^^^^