Decision Workspace
serde_short vs serde_repr vs serde_json
Side-by-side comparison of Rust crates
41
serde_short
growingv0.1.3
Derive Serialize and Deserialize for enum reperesented as C short enum
58
serde_repr
growingv0.1.20
Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum.
77
serde_json
stablev1.0.149
A JSON serialization file format
Core Metrics
| serde_short | serde_repr | serde_json | |
|---|---|---|---|
| Health Score | 41 | 58 | 77 |
| Total Downloads | 117.0K | 152.1M | 800.0M |
| 30d Downloads | 5.0K | 16.6M | 53.0M |
| Dependents | 0 | 12.6K | 673.2K |
| Releases | 4 | 21 | 181 |
| Last Updated | 442d ago | 389d ago | 80d ago |
| Age | 1y 6m | 7y 2m | 10y 7m |
Health Breakdown
serde_short
Maintenance
5
Quality
14
Community
6
Popularity
6
Documentation
10
serde_repr
Maintenance
6
Quality
14
Community
15
Popularity
8
Documentation
15
serde_json
Maintenance
15
Quality
19
Community
20
Popularity
8
Documentation
15
Technical Details
| serde_short | serde_repr | serde_json | |
|---|---|---|---|
| Version | 0.1.3 | 0.1.20 | 1.0.149 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 7 | 7 | 15 |
| Crate Size | 9KB | 13KB | 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_short, serde_repr have not been updated in over a year.
- •serde_short, serde_repr are pre-1.0 — API may change.