1
2
3
4
5
6
7
// https://www.ietf.org/rfc/rfc0822.txt

pub mod eml;
pub mod errors;
pub mod parser;

pub use parser::EmlParser;