1
2
3
4
5
6
7
8
pub use common::{EmailAddress, AddrError};

mod common;
mod simple;
mod rfc5322;
mod rfc6531;