1
2
3
4
5
6
pub mod email;
pub mod header_value_parser;

mod tests;

pub use self::email::Email;