Decision Workspace
iter-index vs enum-iterator vs enum-iterator-derive
Side-by-side comparison of Rust crates
52
iter-index
growingv1.0.0
More flexible alternative to Iterator's enumerate() method
63
enum-iterator
growingv2.3.0
Tools to iterate over all values of a type (e.g. all variants of an enumeration)
60
enum-iterator-derive
growingv1.5.0
Procedural macro to derive Sequence
Core Metrics
| iter-index | enum-iterator | enum-iterator-derive | |
|---|---|---|---|
| Health Score | 52 | 63 | 60 |
| Total Downloads | 2.3K | 40.4M | 40.6M |
| 30d Downloads | 56 | 2.0M | 2.0M |
| Dependents | 6 | 4.2K | 261 |
| Releases | 3 | 26 | 23 |
| Last Updated | 324d ago | 200d ago | 200d ago |
| Age | 1y 2m | 7y 9m | 8y 2m |
Health Breakdown
iter-index
Maintenance
7
Quality
19
Community
7
Popularity
4
Documentation
15
enum-iterator
Maintenance
10
Quality
20
Community
12
Popularity
8
Documentation
13
enum-iterator-derive
Maintenance
9
Quality
20
Community
10
Popularity
8
Documentation
13
Technical Details
| iter-index | enum-iterator | enum-iterator-derive | |
|---|---|---|---|
| Version | 1.0.0 | 2.3.0 | 1.5.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✓ Yes |
| License | MIT OR Apache-2.0 | 0BSD | 0BSD |
| Dependencies | 0 | 1 | 3 |
| Crate Size | 8KB | 8KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.58.0 | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •enum-iterator leads with a health score of 63/100, but none of the options score above 80.
- •enum-iterator-derive has the most downloads (40.6M), suggesting wider adoption.
- •enum-iterator is depended on by 4.2K crates — strongest ecosystem trust.