Decision Workspace
peeking_take_while vs peekmore vs multi_iter
Side-by-side comparison of Rust crates
52
peeking_take_while
growingv1.0.0
Like `Iterator::take_while`, but calls the predicate on a peeked value. This allows you to use `Iterator::by_ref` and `Iterator::take_while` together, and still get the first value for which the `take_while` predicate returned false after dropping the `by_ref`.
53
peekmore
growingv1.3.0
Iterator adapter like Peekable, but for peeking forward multiple elements
49
multi_iter
growingv0.1.6
Iterator for acting on multiple elements at a time
Core Metrics
| peeking_take_while | peekmore | multi_iter | |
|---|---|---|---|
| Health Score | 52 | 53 | 49 |
| Total Downloads | 113.3M | 206.3K | 8.4K |
| 30d Downloads | 3.6M | 7.4K | 10 |
| Dependents | 202 | 77 | 0 |
| Releases | 4 | 17 | 7 |
| Last Updated | 1666d ago | 1026d ago | 1105d ago |
| Age | 8y 10m | 6y 6m | 3y |
Health Breakdown
peeking_take_while
Maintenance
2
Quality
21
Community
12
Popularity
8
Documentation
9
peekmore
Maintenance
4
Quality
21
Community
10
Popularity
6
Documentation
12
multi_iter
Maintenance
10
Quality
18
Community
6
Popularity
5
Documentation
10
Technical Details
| peeking_take_while | peekmore | multi_iter | |
|---|---|---|---|
| Version | 1.0.0 | 1.3.0 | 0.1.6 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 8KB | 18KB | 4KB |
| Features | 0 | 1 | 3 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •peekmore leads with a health score of 53/100, but none of the options score above 80.
- •peeking_take_while has the most downloads (113.3M), suggesting wider adoption.
- •peeking_take_while is depended on by 202 crates — strongest ecosystem trust.
- •⚠ peeking_take_while, peekmore, multi_iter have not been updated in over a year.
- •multi_iter is pre-1.0 — API may change.