Decision Workspace
itermaps vs pure-iter vs iter-scanb
Side-by-side comparison of Rust crates
48
itermaps
growingv0.3.8
Implement commonly used combinations of `Iterator::map`
43
pure-iter
experimentalv0.1.1
Iterator adapter without side-effects, possible better performance
43
iter-scanb
growingv0.3.1
Extend Iterator::scan, but use B, instead of Option<B>
Core Metrics
| itermaps | pure-iter | iter-scanb | |
|---|---|---|---|
| Health Score | 48 | 43 | 43 |
| Total Downloads | 18.1K | 919 | 7.6K |
| 30d Downloads | 68 | 4 | 10 |
| Dependents | 0 | 0 | 0 |
| Releases | 19 | 2 | 8 |
| Last Updated | 311d ago | 291d ago | 524d ago |
| Age | 1y 9m | 9m | 1y 5m |
Health Breakdown
itermaps
Maintenance
9
Quality
18
Community
6
Popularity
5
Documentation
10
pure-iter
Maintenance
7
Quality
16
Community
6
Popularity
4
Documentation
10
iter-scanb
Maintenance
7
Quality
18
Community
3
Popularity
5
Documentation
10
Technical Details
| itermaps | pure-iter | iter-scanb | |
|---|---|---|---|
| Version | 0.3.8 | 0.1.1 | 0.3.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 10KB | 3KB | 3KB |
| Features | 2 | 1 | 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.