Decision Workspace
serde_core vs serde vs serde_derive
Side-by-side comparison of Rust crates
75
serde_core
growingv1.0.228
Serde traits only, with no support for derive -- use the `serde` crate instead
76
serde
growingv1.0.228
A generic serialization/deserialization framework
74
serde_derive
growingv1.0.228
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
Core Metrics
| serde_core | serde | serde_derive | |
|---|---|---|---|
| Health Score | 75 | 76 | 74 |
| Total Downloads | 158.5M | 893.6M | 832.7M |
| 30d Downloads | 40.2M | 54.6M | 53.1M |
| Dependents | 606 | 897.9K | 94.1K |
| Releases | 9 | 315 | 270 |
| Last Updated | 181d ago | 181d ago | 181d ago |
| Age | 6m | 11y 3m | 9y 7m |
Health Breakdown
serde_core
Maintenance
12
Quality
21
Community
19
Popularity
8
Documentation
15
serde
Maintenance
11
Quality
22
Community
20
Popularity
8
Documentation
15
serde_derive
Maintenance
11
Quality
20
Community
20
Popularity
8
Documentation
15
Technical Details
| serde_core | serde | serde_derive | |
|---|---|---|---|
| Version | 1.0.228 | 1.0.228 | 1.0.228 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 2 | 4 |
| Crate Size | 63KB | 84KB | 60KB |
| Features | 6 | 6 | 2 |
| Yanked % | 0.0% | 0.9% | 0.4% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.56 | 1.56 | 1.61 |
| Owners | 2 (team) | 2 (team) | 2 (team) |
Links
Quick Verdict
- •serde leads with a health score of 76/100, but none of the options score above 80.
- •serde is depended on by 897.9K crates — strongest ecosystem trust.