Decision Workspace
defaulted_derive vs defaulted vs serde_derive_default
Side-by-side comparison of Rust crates
54
defaulted_derive
experimentalv0.1.4
Derive macro for the IsDefault trait from the defaulted crate
50
defaulted
experimentalv0.1.4
Trait and derive macro for testing whether a value equals its default state, with per-field customization and optional serde integration
49
serde_derive_default
growingv0.1.1
Derive Default using serde field level annotations
Core Metrics
| defaulted_derive | defaulted | serde_derive_default | |
|---|---|---|---|
| Health Score | 54 | 50 | 49 |
| Total Downloads | 129 | 79 | 237.0K |
| 30d Downloads | 0 | 0 | 26.5K |
| Dependents | 4 | 0 | 252 |
| Releases | 5 | 4 | 2 |
| Last Updated | 6d ago | 6d ago | 957d ago |
| Age | 1m | 1m | 2y 7m |
Health Breakdown
defaulted_derive
Maintenance
16
Quality
15
Community
8
Popularity
3
Documentation
12
defaulted
Maintenance
14
Quality
16
Community
6
Popularity
2
Documentation
12
serde_derive_default
Maintenance
4
Quality
14
Community
15
Popularity
6
Documentation
10
Technical Details
| defaulted_derive | defaulted | serde_derive_default | |
|---|---|---|---|
| Version | 0.1.4 | 0.1.4 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 3 | 8 | 7 |
| Crate Size | 14KB | 14KB | 6KB |
| Features | 1 | 11 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2024 | 2021 |
| MSRV | 1.85 | 1.85 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •defaulted_derive leads with a health score of 54/100, but none of the options score above 80.
- •serde_derive_default has the most downloads (237.0K), suggesting wider adoption.
- •serde_derive_default is depended on by 252 crates — strongest ecosystem trust.
- •⚠ serde_derive_default has not been updated in over a year.