Skip to content

Commit 7678375

Browse files
committed
Added shields to README.
1 parent 1fb6bde commit 7678375

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
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"
44
version = "0.1.0"
55
edition = "2018"
66
authors = [ "Stalwart Labs <hello@stalw.art>"]

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# mail-parser
22

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+
38
_mail-parser_ is an **e-mail parsing library** written in Rust that fully conforms to the Internet Message Format standard (_RFC 5322_), the
49
Multipurpose Internet Mail Extensions (MIME; _RFC 2045 - 2049_) as well as other [internet messaging RFCs](#conformed-rfcs).
510

0 commit comments

Comments
 (0)