Expand description
Reorganize types, traits and macros to export to end users.
Two categories:
-
enum exchange.
-
enum trait implementations.
If users want to import utils in #1, just use enumx::export::exchange::*;
.
If users want to import utils in #2, just use enumx::export::impls::*;
.
If utils both in #1 and #2 are needed, just use enumx::export::*;
.