Decision Workspace
derive_more vs derive_more_preview vs parse-display
Side-by-side comparison of Rust crates
73
derive_more
stablev2.1.1
Adds #[derive(x)] macros for more traits
46
derive_more_preview
growingv0.1.0
Adds #[derive(x)] macros for more traits
61
parse-display
growingv0.10.0
Procedural macro to implement Display and FromStr using common settings.
Core Metrics
| derive_more | derive_more_preview | parse-display | |
|---|---|---|---|
| Health Score | 73 | 46 | 61 |
| Total Downloads | 289.1M | 3.6K | 20.0M |
| 30d Downloads | 24.7M | 77 | 2.7M |
| Dependents | 44.8K | 4 | 1.3K |
| Releases | 51 | 1 | 22 |
| Last Updated | 95d ago | 991d ago | 601d ago |
| Age | 10y | 2y 8m | 6y 9m |
Health Breakdown
derive_more
Maintenance
13
Quality
22
Community
15
Popularity
8
Documentation
15
derive_more_preview
Maintenance
1
Quality
18
Community
8
Popularity
4
Documentation
15
parse-display
Maintenance
9
Quality
16
Community
13
Popularity
8
Documentation
15
Technical Details
| derive_more | derive_more_preview | parse-display | |
|---|---|---|---|
| Version | 2.1.1 | 0.1.0 | 0.10.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 5 | 4 |
| Crate Size | 89KB | 38KB | 11KB |
| Features | 29 | 29 | 3 |
| Yanked % | 3.9% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.81.0 | 1.65.0 | 1.80.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •derive_more leads with a health score of 73/100, but none of the options score above 80.
- •derive_more is depended on by 44.8K crates — strongest ecosystem trust.
- •⚠ derive_more_preview, parse-display have not been updated in over a year.
- •derive_more_preview, parse-display are pre-1.0 — API may change.