Decision Workspace
shadow_counted vs count_where vs itertools
Side-by-side comparison of Rust crates
50
shadow_counted
growingv0.7.0
An iterator that counts every iteration in a hidden counter, nested iterators may commit the count to parents
35
count_where
growingv0.1.1
library that adds a count_where method to Iterator, to easily count items matching a condition
71
itertools
growingv0.15.0
Extra iterator adaptors, iterator methods, free functions, and macros.
Core Metrics
| shadow_counted | count_where | itertools | |
|---|---|---|---|
| Health Score | 50 | 35 | 71 |
| Total Downloads | 166.1K | 3.8K | 1.3B |
| 30d Downloads | 8.6K | 0 | 55.6M |
| Dependents | 13 | 0 | 153.1K |
| Releases | 9 | 2 | 131 |
| Last Updated | 257d ago | 1862d ago | 27d ago |
| Age | 1y 8m | 5y 1m | 11y 7m |
Health Breakdown
shadow_counted
Maintenance
9
Quality
12
Community
8
Popularity
6
Documentation
15
count_where
Maintenance
3
Quality
16
Community
3
Popularity
4
Documentation
9
itertools
Maintenance
17
Quality
15
Community
17
Popularity
8
Documentation
14
Technical Details
| shadow_counted | count_where | itertools | |
|---|---|---|---|
| Version | 0.7.0 | 0.1.1 | 0.15.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT OR Apache-2.0 |
| Dependencies | 0 | 0 | 6 |
| Crate Size | 68KB | 4KB | 164KB |
| Features | 0 | 0 | 3 |
| Yanked % | 11.1% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2018 |
| MSRV | 1.56.1 | — | 1.63.0 |
| Owners | 1 | 1 | 2 |
Links
Quick Verdict
- •itertools leads with a health score of 71/100, but none of the options score above 80.
- •itertools is depended on by 153.1K crates — strongest ecosystem trust.
- •⚠ count_where has not been updated in over a year.