eml-parser 0.1.5

A library for parsing .eml files.
Documentation
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;