enum_parity 0.2.1

a macro that enforces enum discriminant bit parity
Documentation
1
2
3
4
5
6
7
error: Enum missing `repr` attribute
 --> tests/ui/missing_repr.rs:3:1
  |
3 | #[bit_parity(even)]
  | ^^^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `bit_parity` (in Nightly builds, run with -Z macro-backtrace for more info)