Decision Workspace
derive_display vs display_with vs derive_more
Side-by-side comparison of Rust crates
42
derive_display
growingv0.0.3
A convenient attribute to derive `Display` implementation from another trait implementation. Currently supports `ToTokens`.
42
display_with
growingv0.1.0
Return opaque impl Display and/or impl Debug types via display_with and debug_with.
73
derive_more
stablev2.1.1
Adds #[derive(x)] macros for more traits
Core Metrics
| derive_display | display_with | derive_more | |
|---|---|---|---|
| Health Score | 42 | 42 | 73 |
| Total Downloads | 2.6K | 15.4K | 289.1M |
| 30d Downloads | 10 | 2.1K | 24.7M |
| Dependents | 0 | 0 | 44.8K |
| Releases | 2 | 1 | 51 |
| Last Updated | 641d ago | 550d ago | 95d ago |
| Age | 1y 9m | 1y 6m | 10y |
Health Breakdown
derive_display
Maintenance
5
Quality
14
Community
6
Popularity
4
Documentation
13
display_with
Maintenance
2
Quality
16
Community
6
Popularity
5
Documentation
13
derive_more
Maintenance
13
Quality
22
Community
15
Popularity
8
Documentation
15
Technical Details
| derive_display | display_with | derive_more | |
|---|---|---|---|
| Version | 0.0.3 | 0.1.0 | 2.1.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT |
| Dependencies | 4 | 0 | 5 |
| Crate Size | 7KB | 7KB | 89KB |
| Features | 0 | 0 | 29 |
| Yanked % | 0.0% | 0.0% | 3.9% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | 1.81.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_display, display_with have not been updated in over a year.
- •derive_display, display_with are pre-1.0 — API may change.