Decision Workspace
iter-enum vs parse-display vs parse-display-derive
Side-by-side comparison of Rust crates
64
iter-enum
stablev1.2.1
#[derive(Iterator, DoubleEndedIterator, ExactSizeIterator, Extend)] for enums.
71
parse-display
growingv0.11.0
Procedural macro to implement Display and FromStr using common settings.
69
parse-display-derive
growingv0.11.0
Procedural macro to implement Display and FromStr using common settings.
Core Metrics
| iter-enum | parse-display | parse-display-derive | |
|---|---|---|---|
| Health Score | 64 | 71 | 69 |
| Total Downloads | 503.7K | 26.2M | 26.2M |
| 30d Downloads | 48.7K | 3.5M | 3.5M |
| Dependents | 127 | 1.4K | 291 |
| Releases | 14 | 23 | 23 |
| Last Updated | 87d ago | 22d ago | 22d ago |
| Age | 6y 6m | 6y 11m | 6y 11m |
Health Breakdown
iter-enum
Maintenance
12
Quality
21
Community
12
Popularity
7
Documentation
12
parse-display
Maintenance
18
Quality
16
Community
14
Popularity
8
Documentation
15
parse-display-derive
Maintenance
18
Quality
16
Community
12
Popularity
8
Documentation
15
Technical Details
| iter-enum | parse-display | parse-display-derive | |
|---|---|---|---|
| Version | 1.2.1 | 0.11.0 | 0.11.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | Apache-2.0 OR MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 3 | 4 | 6 |
| Crate Size | 13KB | 32KB | 21KB |
| Features | 1 | 3 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | 1.71 | 1.85.0 | 1.85.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •parse-display leads with a health score of 71/100, but none of the options score above 80.
- •parse-display is depended on by 1.4K crates — strongest ecosystem trust.
- •parse-display, parse-display-derive are pre-1.0 — API may change.