matched_enums 1.3.0

A macro that provides the option to bin enum attribute to match-statements. This makes it easier to convert values into enums.
Documentation
1
2
3
4
#![cfg(feature = "runtime_configurable")]

mod base;
mod multiple_value_types;