Decision Workspace
safevalue vs serde_derive vs raw-parts
Side-by-side comparison of Rust crates
39
safevalue
experimentalv0.1.0
A value based approach to uphold SAFETY requirements for unsafe Rust code.
74
serde_derive
growingv1.0.228
Macros 1.1 implementation of #[derive(Serialize, Deserialize)]
72
raw-parts
stablev2.2.2
Ergonomic wrapper around `Vec::from_raw_parts` and `Vec::into_raw_parts`.
Core Metrics
| safevalue | serde_derive | raw-parts | |
|---|---|---|---|
| Health Score | 39 | 74 | 72 |
| Total Downloads | 530 | 832.7M | 83.7K |
| 30d Downloads | 3 | 53.1M | 663 |
| Dependents | 0 | 94.1K | 19 |
| Releases | 1 | 270 | 11 |
| Last Updated | 296d ago | 181d ago | 11d ago |
| Age | 9m | 9y 7m | 4y 4m |
Health Breakdown
safevalue
Maintenance
3
Quality
14
Community
6
Popularity
3
Documentation
13
serde_derive
Maintenance
11
Quality
20
Community
20
Popularity
8
Documentation
15
raw-parts
Maintenance
16
Quality
20
Community
15
Popularity
6
Documentation
15
Technical Details
| safevalue | serde_derive | raw-parts | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.228 | 2.2.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 4 | 1 |
| Crate Size | 10KB | 60KB | 7KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.4% | 0.0% |
| Edition | 2024 | 2021 | 2021 |
| MSRV | — | 1.61 | 1.76.0 |
| Owners | 1 | 2 (team) | 2 (team) |
Links
Quick Verdict
- •serde_derive leads with a health score of 74/100, but none of the options score above 80.
- •serde_derive is depended on by 94.1K crates — strongest ecosystem trust.
- •safevalue is pre-1.0 — API may change.