aboutsummaryrefslogtreecommitdiffstats
path: root/src/stanza/mod.rs
blob: 84e80ab712797d20a5cfbe9c6a42a37e1d8995c6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
use peanuts::declaration::VersionInfo;

pub mod bind;
pub mod client;
pub mod error;
pub mod sasl;
pub mod starttls;
pub mod stream;

pub static XML_VERSION: VersionInfo = VersionInfo::One;

pub use error::Error;