//! This crate provides easy to use macros, that allow the user to create enum types that are equivalent and convertible to standard library enum types, with custom variant names.
//!//! See the `examples` module for examples of the generated types.
modeither;pubmodexamples;modoption;modresult;