diff --git a/libhandy/src/lib.rs b/libhandy/src/lib.rs index 9d4beef..b3622da 100644 --- a/libhandy/src/lib.rs +++ b/libhandy/src/lib.rs @@ -49,6 +49,7 @@ pub use prelude::*; mod auto; #[cfg(any(feature = "v0_0_8", feature = "dox"))] mod value_object; +pub use auto::functions::init; pub use auto::*; #[cfg(any(feature = "v0_0_8", feature = "dox"))] pub use value_object::*;