Don’t export helpers or macros.
This commit is contained in:
parent
7cbdf621ca
commit
6752bc7131
1 changed files with 3 additions and 2 deletions
|
@ -39,11 +39,12 @@ pub use minidom::Element;
|
||||||
pub mod error;
|
pub mod error;
|
||||||
/// XML namespace definitions used through XMPP.
|
/// XML namespace definitions used through XMPP.
|
||||||
pub mod ns;
|
pub mod ns;
|
||||||
|
|
||||||
/// Various helpers.
|
/// Various helpers.
|
||||||
pub mod helpers;
|
mod helpers;
|
||||||
/// Helper macros to parse and serialise more easily.
|
/// Helper macros to parse and serialise more easily.
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
pub mod macros;
|
mod macros;
|
||||||
|
|
||||||
#[cfg(test)]
|
#[cfg(test)]
|
||||||
/// Namespace-aware comparison for tests
|
/// Namespace-aware comparison for tests
|
||||||
|
|
Loading…
Reference in a new issue