Decision Workspace
default-with vs defew vs serde_derive_default
Side-by-side comparison of Rust crates
40
default-with
growingv0.1.1
Fill a struct that cannot implement Default with the remaining fields initialized with Default::default
49
defew
growingv0.1.15
A new() derive macro for structs
48
serde_derive_default
growingv0.1.1
Derive Default using serde field level annotations
Core Metrics
| default-with | defew | serde_derive_default | |
|---|---|---|---|
| Health Score | 40 | 49 | 48 |
| Total Downloads | 2.8K | 5.4K | 200.9K |
| 30d Downloads | 4 | 49 | 9.8K |
| Dependents | 0 | 0 | 240 |
| Releases | 2 | 8 | 2 |
| Last Updated | 945d ago | 377d ago | 898d ago |
| Age | 2y 7m | 1y | 2y 5m |
Health Breakdown
default-with
Maintenance
4
Quality
16
Community
6
Popularity
4
Documentation
10
defew
Maintenance
12
Quality
15
Community
6
Popularity
4
Documentation
12
serde_derive_default
Maintenance
4
Quality
14
Community
14
Popularity
6
Documentation
10
Technical Details
| default-with | defew | serde_derive_default | |
|---|---|---|---|
| Version | 0.1.1 | 0.1.15 | 0.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | Apache-2.0 |
| Dependencies | 0 | 3 | 7 |
| Crate Size | 6KB | 10KB | 6KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.81.0 | — |
| Owners | 1 | 1 | 2 (team) |
Links
Quick Verdict
- •defew leads with a health score of 49/100, but none of the options score above 80.
- •serde_derive_default has the most downloads (200.9K), suggesting wider adoption.
- •serde_derive_default is depended on by 240 crates — strongest ecosystem trust.
- •⚠ default-with, defew, serde_derive_default have not been updated in over a year.