Decision Workspace
enum-display vs delegate-display vs derive_screaming_snake_case
Side-by-side comparison of Rust crates
53
enum-display
growingv0.2.1
A macro to derive Display for enums
50
delegate-display
growingv3.0.0
derive(Display, Debug) for structs/enums with one member
47
derive_screaming_snake_case
growingv1.0.0
A lightweight Rust proc-macro crate that implements the Display trait for enums with unit variants by converting each variant's name into SCREAMING_SNAKE_CASE.
Core Metrics
| enum-display | delegate-display | derive_screaming_snake_case | |
|---|---|---|---|
| Health Score | 53 | 50 | 47 |
| Total Downloads | 1.8M | 2.7M | 1.4K |
| 30d Downloads | 201.4K | 297.3K | 0 |
| Dependents | 204 | 15 | 0 |
| Releases | 7 | 13 | 2 |
| Last Updated | 237d ago | 587d ago | 375d ago |
| Age | 3y 8m | 3y 2m | 1y |
Health Breakdown
enum-display
Maintenance
7
Quality
17
Community
9
Popularity
7
Documentation
13
delegate-display
Maintenance
6
Quality
16
Community
8
Popularity
8
Documentation
12
derive_screaming_snake_case
Maintenance
6
Quality
19
Community
5
Popularity
4
Documentation
13
Technical Details
| enum-display | delegate-display | derive_screaming_snake_case | |
|---|---|---|---|
| Version | 0.2.1 | 3.0.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | MIT | MIT | MIT |
| Dependencies | 2 | 6 | 2 |
| Crate Size | 6KB | 9KB | 4KB |
| Features | 2 | 0 | 0 |
| Yanked % | 0.0% | 7.7% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | 1.71.0 | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum-display leads with a health score of 53/100, but none of the options score above 80.
- •delegate-display has the most downloads (2.7M), suggesting wider adoption.
- •enum-display is depended on by 204 crates — strongest ecosystem trust.
- •⚠ delegate-display, derive_screaming_snake_case have not been updated in over a year.
- •enum-display is pre-1.0 — API may change.