Decision Workspace
display_with vs display_as_debug vs derive_display
Side-by-side comparison of Rust crates
42
display_with
growingv0.1.0
Return opaque impl Display and/or impl Debug types via display_with and debug_with.
56
display_as_debug
experimentalv0.5.1
Enables a rust types display implementation to be used as its debug implementation.
42
derive_display
growingv0.0.3
A convenient attribute to derive `Display` implementation from another trait implementation. Currently supports `ToTokens`.
Core Metrics
| display_with | display_as_debug | derive_display | |
|---|---|---|---|
| Health Score | 42 | 56 | 42 |
| Total Downloads | 15.4K | 346 | 2.6K |
| 30d Downloads | 2.1K | 52 | 10 |
| Dependents | 0 | 9 | 0 |
| Releases | 1 | 5 | 2 |
| Last Updated | 550d ago | 65d ago | 641d ago |
| Age | 1y 6m | 3m | 1y 9m |
Health Breakdown
display_with
Maintenance
2
Quality
16
Community
6
Popularity
5
Documentation
13
display_as_debug
Maintenance
15
Quality
14
Community
9
Popularity
3
Documentation
15
derive_display
Maintenance
5
Quality
14
Community
6
Popularity
4
Documentation
13
Technical Details
| display_with | display_as_debug | derive_display | |
|---|---|---|---|
| Version | 0.1.0 | 0.5.1 | 0.0.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 2 | 4 |
| Crate Size | 7KB | 28KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | 1.85.1 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •display_as_debug leads with a health score of 56/100, but none of the options score above 80.
- •display_with has the most downloads (15.4K), suggesting wider adoption.
- •⚠ display_with, derive_display have not been updated in over a year.