diff --git a/src/lib.rs b/src/lib.rs index bd12e6ce..5fe91b18 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -39,11 +39,12 @@ pub use minidom::Element; pub mod error; /// XML namespace definitions used through XMPP. pub mod ns; + /// Various helpers. -pub mod helpers; +mod helpers; /// Helper macros to parse and serialise more easily. #[macro_use] -pub mod macros; +mod macros; #[cfg(test)] /// Namespace-aware comparison for tests