Reexport hashes from parsers

xmppftw@kl.netlib.re created

Change summary

parsers/src/lib.rs | 5 +++++
1 file changed, 5 insertions(+)

Detailed changes

parsers/src/lib.rs 🔗

@@ -28,6 +28,11 @@ pub use crate::util::error::Error;
 pub use jid::{self, BareJid, Error as JidParseError, FullJid, Jid};
 pub use minidom::Element;
 
+pub use blake2;
+pub use sha1;
+pub use sha2;
+pub use sha3;
+
 /// XML namespace definitions used through XMPP.
 pub mod ns;