enum_variant_macros 0.3.0

Macros to generate From & TryFrom for enums
Documentation
1
2
3
4
5
use enum_variant_macros::*;
#[derive(FromVariants)]
struct NotEnum;
fn main() {
}