aboutsummaryrefslogblamecommitdiffstats
path: root/src/stanza/mod.rs
blob: 84e80ab712797d20a5cfbe9c6a42a37e1d8995c6 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                      
             

               
             
                 
               
 
                                                       

                     
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;