diff --git a/src/lib.rs b/src/lib.rs index 7a291f7ee3927a63e596afd0ef4e86c9c6ea0970..aea3e737a0aa977d3e5f05ca816f712070a0f68a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -26,6 +26,8 @@ pub use minidom::Element; pub use jid::{Jid, JidParseError}; +pub use try_from::TryFrom; +pub use crate::util::error::Error; /// XML namespace definitions used through XMPP. pub mod ns;