Decision Workspace
iter_accumulate vs better_collect vs komadori
Side-by-side comparison of Rust crates
49
iter_accumulate
growingv1.0.1
An iterator adaptor that accumulates the elements and yields the current accumulated value for each iteration
52
better_collect
experimentalv0.5.0
Provides a composable, declarative way to consume an iterator
51
komadori
experimentalv0.6.0
Provides a composable, declarative way to consume an iterator
Core Metrics
| iter_accumulate | better_collect | komadori | |
|---|---|---|---|
| Health Score | 49 | 52 | 51 |
| Total Downloads | 2.7K | 421 | 104 |
| 30d Downloads | 100 | 19 | 88 |
| Dependents | 6 | 0 | 0 |
| Releases | 2 | 13 | 4 |
| Last Updated | 280d ago | 31d ago | 12d ago |
| Age | 1y 11m | 4m | 1m |
Health Breakdown
iter_accumulate
Maintenance
7
Quality
20
Community
8
Popularity
4
Documentation
10
better_collect
Maintenance
17
Quality
16
Community
6
Popularity
3
Documentation
10
komadori
Maintenance
18
Quality
15
Community
6
Popularity
2
Documentation
10
Technical Details
| iter_accumulate | better_collect | komadori | |
|---|---|---|---|
| Version | 1.0.1 | 0.5.0 | 0.6.0 |
| Stable (≥1.0) | ✓ Yes | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 4 | 4 |
| Crate Size | 7KB | 92KB | 105KB |
| Features | 0 | 5 | 5 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2024 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •better_collect leads with a health score of 52/100, but none of the options score above 80.
- •iter_accumulate has the most downloads (2.7K), suggesting wider adoption.
- •better_collect, komadori are pre-1.0 — API may change.