diff options
Diffstat (limited to 'src/func')
| -rw-r--r-- | src/func/mod.rs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/func/mod.rs b/src/func/mod.rs index 7ee7d779..dd2a0ca9 100644 --- a/src/func/mod.rs +++ b/src/func/mod.rs @@ -7,8 +7,10 @@ use std::fmt::{self, Debug, Formatter}; use self::prelude::*; #[macro_use] -pub mod macros; -pub mod map; +mod macros; +mod map; + +pub use map::ConsistentMap; /// Useful imports for creating your own functions. pub mod prelude { |
