enum-conversion 0.0.1

A set of traits and macros for deriving conversion traits between enums and the types in their variants.
Documentation
pub mod prelude {
    pub use enum_conversion_derive::{DeriveTryFrom, EnumConversions};
    pub use enum_conversion_traits::*;
}