Decision Workspace
tokio-mime vs yamime vs mailrs-mime
Side-by-side comparison of Rust crates
38
tokio-mime
experimentalv0.1.0
Complete Rust port of Go's mime package with async-first design
39
yamime
experimentalv0.1.0
Complete Rust port of Go's mime package with async-first design
55
mailrs-mime
experimentalv1.0.3
RFC 2045/2046 MIME body parser. Walks the multipart tree, decodes Content-Transfer-Encoding (base64, quoted-printable, 7bit, 8bit, binary), exposes text/HTML extraction + find-by-content-type + attachment iteration. Layered on mailrs-rfc5322 (headers) + mailrs-rfc2231 (parameters) + mailrs-rfc2047 (encoded-words).
Core Metrics
| tokio-mime | yamime | mailrs-mime | |
|---|---|---|---|
| Health Score | 38 | 39 | 55 |
| Total Downloads | 20 | 28 | 64 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 1 | 4 |
| Last Updated | 140d ago | 135d ago | 3d ago |
| Age | 4m | 4m | 3d |
Health Breakdown
tokio-mime
Maintenance
6
Quality
12
Community
6
Popularity
2
Documentation
12
yamime
Maintenance
7
Quality
12
Community
6
Popularity
2
Documentation
12
mailrs-mime
Maintenance
19
Quality
15
Community
6
Popularity
2
Documentation
13
Technical Details
| tokio-mime | yamime | mailrs-mime | |
|---|---|---|---|
| Version | 0.1.0 | 0.1.0 | 1.0.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 14 | 14 | 7 |
| Crate Size | 40KB | 40KB | 25KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| MSRV | 1.70 | 1.70 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •mailrs-mime leads with a health score of 55/100, but none of the options score above 80.
- •tokio-mime, yamime are pre-1.0 — API may change.