The fastest and lightest mail parsing Rust library.
This library is extremely lightweight and does not support common things like header unfolding.
No-panic and zero-copy, written with nom
.
This chart shows the time took to parse a single mail. The other crates are slower, but they offer more features.
Run the benchmark by yourself with rustup run nightly cargo bench
.
Tests require a mail.txt
file containing a raw mail next to the Cargo.toml
.
License: MIT