Decision Workspace
enumerate-number vs itermaps vs iter-scanb
Side-by-side comparison of Rust crates
41
enumerate-number
experimentalv0.1.1
Iterator::enumerate, but use u32, i64, f32 etc
48
itermaps
growingv0.3.8
Implement commonly used combinations of `Iterator::map`
43
iter-scanb
growingv0.3.1
Extend Iterator::scan, but use B, instead of Option<B>
Core Metrics
| enumerate-number | itermaps | iter-scanb | |
|---|---|---|---|
| Health Score | 41 | 48 | 43 |
| Total Downloads | 845 | 18.1K | 7.6K |
| 30d Downloads | 4 | 68 | 10 |
| Dependents | 0 | 0 | 0 |
| Releases | 2 | 19 | 8 |
| Last Updated | 272d ago | 311d ago | 524d ago |
| Age | 9m | 1y 9m | 1y 5m |
Health Breakdown
enumerate-number
Maintenance
7
Quality
15
Community
6
Popularity
3
Documentation
10
itermaps
Maintenance
9
Quality
18
Community
6
Popularity
5
Documentation
10
iter-scanb
Maintenance
7
Quality
18
Community
3
Popularity
5
Documentation
10
Technical Details
| enumerate-number | itermaps | iter-scanb | |
|---|---|---|---|
| Version | 0.1.1 | 0.3.8 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 3KB | 10KB | 3KB |
| Features | 0 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •itermaps leads with a health score of 48/100, but none of the options score above 80.
- •⚠ iter-scanb has not been updated in over a year.