const-enum 0.1.0

Procedural derive macro for constant From trait implementations on enums based on repr type.
Documentation
1
2
3
4
5
6
7
error: proc-macro derive panicked
 --> tests/ui/01-fail-missing-repr.rs:5:10
  |
5 | #[derive(ConstEnum)]
  |          ^^^^^^^^^
  |
  = help: message: repr attribute not found on enum