Decision Workspace
serde_str vs serde-strz vs serde_plain
Side-by-side comparison of Rust crates
40
serde_str
growingv0.1.0
A serde wrapper that stores type using Display and FromStr.
43
serde-strz
growingv1.1.1
A serde wrapper that stores type using Display and FromStr.
56
serde_plain
growingv1.0.2
A restricted plain text serializer for serde
Core Metrics
| serde_str | serde-strz | serde_plain | |
|---|---|---|---|
| Health Score | 40 | 43 | 56 |
| Total Downloads | 167.8K | 19.3K | 21.2M |
| 30d Downloads | 2.7K | 302 | 1.9M |
| Dependents | 86 | 0 | 1.2K |
| Releases | 1 | 3 | 6 |
| Last Updated | 2947d ago | 1988d ago | 945d ago |
| Age | 8y | 5y 9m | 8y |
Health Breakdown
serde_str
Maintenance
1
Quality
15
Community
10
Popularity
6
Documentation
8
serde-strz
Maintenance
4
Quality
20
Community
5
Popularity
5
Documentation
9
serde_plain
Maintenance
3
Quality
20
Community
13
Popularity
8
Documentation
12
Technical Details
| serde_str | serde-strz | serde_plain | |
|---|---|---|---|
| Version | 0.1.0 | 1.1.1 | 1.0.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT/Apache-2.0 |
| Dependencies | 3 | 3 | 2 |
| Crate Size | 8KB | 10KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2018 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •serde_plain leads with a health score of 56/100, but none of the options score above 80.
- •serde_plain is depended on by 1.2K crates — strongest ecosystem trust.
- •⚠ serde_str, serde-strz, serde_plain have not been updated in over a year.
- •serde_str is pre-1.0 — API may change.