Module enumx::export[][src]

Reorganize types, traits and macros to export to end users.

Two categories:

  1. enum exchange.

  2. 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::*;.

Re-exports

pub use exchange::*;
pub use impls::*;

Modules

exchange
impls