enum_unwrapper 0.1.2

Small library for easily converting from user-defined enumerations to the types in the enumeration variants
Documentation
1
This is a library designed to ease the process of "unwrapping" enums to access the data within. After attaching the attribute `#[unique_try_froms]` to an enum definition, checked conversion through `try_from` is possible to any unique value type in the enum. For more information, check this library's documentation below.