Decision Workspace
serde_repr vs serde_short vs serde_json
Side-by-side comparison of Rust crates
58
serde_repr
growingv0.1.20
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.
41
serde_short
growingv0.1.3
Derive Serialize and Deserialize for enum reperesented as C short enum
77
serde_json
stablev1.0.149
A JSON serialization file format
Core Metrics
| serde_repr | serde_short | serde_json | |
|---|---|---|---|
| Health Score | 58 | 41 | 77 |
| Total Downloads | 152.1M | 117.0K | 800.0M |
| 30d Downloads | 16.6M | 5.0K | 53.0M |
| Dependents | 12.6K | 0 | 673.2K |
| Releases | 21 | 4 | 181 |
| Last Updated | 389d ago | 442d ago | 80d ago |
| Age | 7y 2m | 1y 6m | 10y 7m |
Health Breakdown
serde_repr
Maintenance
6
Quality
14
Community
15
Popularity
8
Documentation
15
serde_short
Maintenance
5
Quality
14
Community
6
Popularity
6
Documentation
10
serde_json
Maintenance
15
Quality
19
Community
20
Popularity
8
Documentation
15
Technical Details
| serde_repr | serde_short | serde_json | |
|---|---|---|---|
| Version | 0.1.20 | 0.1.3 | 1.0.149 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 7 | 7 | 15 |
| Crate Size | 13KB | 9KB | 156KB |
| Features | 0 | 0 | 8 |
| Yanked % | 0.0% | 0.0% | 1.1% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | — | 1.68 |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •serde_json leads with a health score of 77/100, but none of the options score above 80.
- •serde_json is depended on by 673.2K crates — strongest ecosystem trust.
- •⚠ serde_repr, serde_short have not been updated in over a year.
- •serde_repr, serde_short are pre-1.0 — API may change.