enum_parity 0.2.1

a macro that enforces enum discriminant bit parity
Documentation
1
2
3
4
5
error: expected `enum`
 --> tests/ui/on_struct.rs:5:1
  |
5 | struct Foo;
  | ^^^^^^