Decision Workspace
peek-nth vs reiterate vs peekable-fwd-bwd
Side-by-side comparison of Rust crates
39
peek-nth
growingv0.2.0
An iterator adapter that allows you to efficiently peek the nth item of an iterator.
44
reiterate
growingv0.1.3
Iterator adaptor with caching that allows reiterating over the same iterator through the cache
40
peekable-fwd-bwd
growingv1.0.0
Iterator Peekable with multi-forward-peek and multi-backward-peek
Core Metrics
| peek-nth | reiterate | peekable-fwd-bwd | |
|---|---|---|---|
| Health Score | 39 | 44 | 40 |
| Total Downloads | 14.5K | 11.5K | 1.6K |
| 30d Downloads | 158 | 802 | 5 |
| Dependents | 9 | 4 | 0 |
| Releases | 2 | 4 | 1 |
| Last Updated | 2902d ago | 2503d ago | 681d ago |
| Age | 7y 11m | 7y 1m | 1y 10m |
Health Breakdown
peek-nth
Maintenance
3
Quality
15
Community
8
Popularity
5
Documentation
8
reiterate
Maintenance
4
Quality
15
Community
8
Popularity
5
Documentation
12
peekable-fwd-bwd
Maintenance
1
Quality
19
Community
6
Popularity
4
Documentation
10
Technical Details
| peek-nth | reiterate | peekable-fwd-bwd | |
|---|---|---|---|
| Version | 0.2.0 | 0.1.3 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT/Apache-2.0 | MIT/Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 1 | 2 | 1 |
| Crate Size | 9KB | 2KB | 11KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | — | 2018 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •reiterate leads with a health score of 44/100, but none of the options score above 80.
- •peek-nth has the most downloads (14.5K), suggesting wider adoption.
- •⚠ peek-nth, reiterate, peekable-fwd-bwd have not been updated in over a year.
- •peek-nth, reiterate are pre-1.0 — API may change.