structified_enum 0.1.0

Marcos to structify unit-like enum with discriminants
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: unsupported attribute. It only supports `#[repr]` and `#[derive]`
 --> tests/failed/03-unsupported-attribute.rs:4:1
  |
4 | #[other_attr]
  | ^

error: unsupported attribute
 --> tests/failed/03-unsupported-attribute.rs:9:5
  |
9 |     #[other_attr]
  |     ^