email-rs 0.1.1

Email parsing library
Documentation
1
2
3
4
5
6
pub mod email;
pub mod header_value_parser;

mod tests;

pub use self::email::Email;