Move Base64 codec into a helper module.
This commit is contained in:
parent
3e37beffe2
commit
ad17c877f5
3 changed files with 24 additions and 14 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue