Move Base64 codec into a helper module.

This commit is contained in:
Emmanuel Gil Peyrot 2017-11-23 16:00:47 +00:00
commit ad17c877f5
3 changed files with 24 additions and 14 deletions

View file

@ -37,6 +37,8 @@ extern crate try_from;
pub mod error;
/// XML namespace definitions used through XMPP.
pub mod ns;
/// Various helpers.
pub mod helpers;
/// Helper macros to parse and serialise more easily.
#[macro_use]
pub mod macros;