Enum variant count
This crate provides VariantCount derive macro for enum which adds to it the VARIANT_COUNT constant, containing count of enum variants.
The VariantCount usage example:
assert_eq!;
Usage
If you're using Cargo, just add it to your Cargo.toml:
[]
= "1.2"
License
MIT