21 lines
1.0 KiB
Markdown
21 lines
1.0 KiB
Markdown
# email-encoding
|
|
|
|
[](https://crates.io/crates/email-encoding)
|
|
[](https://docs.rs/email-encoding)
|
|
[](https://deps.rs/crate/email-encoding/0.3.1)
|
|
[](https://blog.rust-lang.org/2022/08/11/Rust-1.63.0.html)
|
|
[](https://github.com/lettre/email-encoding/actions/workflows/ci.yml)
|
|
[](https://codecov.io/gh/lettre/email-encoding)
|
|
|
|
Low-level `#[no_std]` crate implementing various RFCs for encoding emails.
|
|
Used internally by [lettre].
|
|
|
|
Implemented RFCs:
|
|
|
|
* [RFC 2047]
|
|
* [RFC 2231]
|
|
|
|
[lettre]: https://crates.io/crates/lettre
|
|
[RFC 2047]: https://datatracker.ietf.org/doc/html/rfc2047
|
|
[RFC 2231]: https://datatracker.ietf.org/doc/html/rfc2231
|