Decision Workspace
iter-scanb vs itermaps vs simple_scan
Side-by-side comparison of Rust crates
43
iter-scanb
growingv0.3.1
Extend Iterator::scan, but use B, instead of Option<B>
48
itermaps
growingv0.3.8
Implement commonly used combinations of `Iterator::map`
47
simple_scan
growingv0.4.1
Iterator extensions for simple scan operation.
Core Metrics
| iter-scanb | itermaps | simple_scan | |
|---|---|---|---|
| Health Score | 43 | 48 | 47 |
| Total Downloads | 7.6K | 18.1K | 9.3K |
| 30d Downloads | 10 | 68 | 42 |
| Dependents | 0 | 0 | 10 |
| Releases | 8 | 19 | 8 |
| Last Updated | 524d ago | 311d ago | 256d ago |
| Age | 1y 5m | 1y 9m | 2y 9m |
Health Breakdown
iter-scanb
Maintenance
7
Quality
18
Community
3
Popularity
5
Documentation
10
itermaps
Maintenance
9
Quality
18
Community
6
Popularity
5
Documentation
10
simple_scan
Maintenance
7
Quality
16
Community
9
Popularity
5
Documentation
10
Technical Details
| iter-scanb | itermaps | simple_scan | |
|---|---|---|---|
| Version | 0.3.1 | 0.3.8 | 0.4.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 0 |
| Crate Size | 3KB | 10KB | 9KB |
| Features | 2 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2024 |
| 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.