Decision Workspace
enumerate-split vs enum-iterator vs enum-iterator-derive
Side-by-side comparison of Rust crates
35
enumerate-split
growingv0.0.1
2 dimensional version of Enumerate from the standard library
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
| enumerate-split | enum-iterator | enum-iterator-derive | |
|---|---|---|---|
| Health Score | 35 | 63 | 60 |
| Total Downloads | 3.1K | 40.4M | 40.6M |
| 30d Downloads | 17 | 2.0M | 2.0M |
| Dependents | 0 | 4.2K | 261 |
| Releases | 1 | 26 | 23 |
| Last Updated | 3602d ago | 200d ago | 200d ago |
| Age | 9y 10m | 7y 9m | 8y 2m |
Health Breakdown
enumerate-split
Maintenance
1
Quality
16
Community
3
Popularity
4
Documentation
11
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
| enumerate-split | enum-iterator | enum-iterator-derive | |
|---|---|---|---|
| Version | 0.0.1 | 2.3.0 | 1.5.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✓ Yes |
| License | Apache-2.0/MIT | 0BSD | 0BSD |
| Dependencies | 0 | 1 | 3 |
| Crate Size | 1KB | 8KB | 7KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2021 | 2021 |
| MSRV | — | — | — |
| 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.
- •⚠ enumerate-split has not been updated in over a year.
- •enumerate-split is pre-1.0 — API may change.