enumly-1.1.0 has been yanked.
enumly
Provides a procedural macro that exposes a compile-time static list of all variants of an enum.
Usage
use Enumly;
assert_eq!;
assert_eq!;
What does not work
Non-unit variants are rejected at compile time:
use Enumly;