Commit 7678375 1 parent 1fb6bde commit 7678375 Copy full SHA for 7678375
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " mail-parser"
3
- description = " Fast, Zero-copy e-mail parsing library for Rust"
3
+ description = " Fast and robust e-mail parsing library for Rust"
4
4
version = " 0.1.0"
5
5
edition = " 2018"
6
6
authors = [ " Stalwart Labs <hello@stalw.art>" ]
Original file line number Diff line number Diff line change 1
1
# mail-parser
2
2
3
+ ![ crates.io] ( https://img.shields.io/crates/v/mail-parser )
4
+ ![ docs.rs] ( https://img.shields.io/docsrs/mail-parser )
5
+ ![ crates.io] ( https://img.shields.io/crates/l/mail-parser )
6
+ ![ Twitter Follow] ( https://img.shields.io/twitter/follow/stalwartlabs?style=social )
7
+
3
8
_ mail-parser_ is an ** e-mail parsing library** written in Rust that fully conforms to the Internet Message Format standard (_ RFC 5322_ ), the
4
9
Multipurpose Internet Mail Extensions (MIME; _ RFC 2045 - 2049_ ) as well as other [ internet messaging RFCs] ( #conformed-rfcs ) .
5
10
You can’t perform that action at this time.
0 commit comments