X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/bf29e608d91175d0fca2108fd1b5d75596a4a796..b07b62fd4d84fe1eedaba6c89c15990ced5089e6:/src/lib.rs?ds=sidebyside diff --git a/src/lib.rs b/src/lib.rs index c9e0276..3f656e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,7 +6,8 @@ use std::any::TypeId; use std::marker::PhantomData; use raw::RawMap; -use any::{UncheckedAnyExt, IntoBox, Any}; +use any::{UncheckedAnyExt, IntoBox}; +pub use any::{Any, CloneAny}; macro_rules! impl_common_methods { ( @@ -85,7 +86,7 @@ macro_rules! impl_common_methods { } } -pub mod any; +mod any; pub mod raw; /// A collection containing zero or one values for any given type and allowing convenient,