Decision Workspace
iter_peek_end vs peekmore vs double-ended-peekable
Side-by-side comparison of Rust crates
38
iter_peek_end
growingv0.1.0
Is the current element the last one of a peekable iterator ? (`is_last()` and `is_not_last()`)
53
peekmore
growingv1.3.0
Iterator adapter like Peekable, but for peeking forward multiple elements
48
double-ended-peekable
growingv0.1.0
An adapter providing peeking features to double-ended iterators.
Core Metrics
| iter_peek_end | peekmore | double-ended-peekable | |
|---|---|---|---|
| Health Score | 38 | 53 | 48 |
| Total Downloads | 1.1K | 206.3K | 558.9K |
| 30d Downloads | 17 | 7.4K | 59.6K |
| Dependents | 0 | 77 | 70 |
| Releases | 1 | 17 | 4 |
| Last Updated | 514d ago | 1026d ago | 789d ago |
| Age | 1y 4m | 6y 6m | 3y |
Health Breakdown
iter_peek_end
Maintenance
2
Quality
16
Community
6
Popularity
4
Documentation
10
peekmore
Maintenance
4
Quality
21
Community
10
Popularity
6
Documentation
12
double-ended-peekable
Maintenance
4
Quality
16
Community
11
Popularity
7
Documentation
10
Technical Details
| iter_peek_end | peekmore | double-ended-peekable | |
|---|---|---|---|
| Version | 0.1.0 | 1.3.0 | 0.1.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 2KB | 18KB | 8KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 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.
- •double-ended-peekable has the most downloads (558.9K), suggesting wider adoption.
- •⚠ iter_peek_end, peekmore, double-ended-peekable have not been updated in over a year.
- •iter_peek_end, double-ended-peekable are pre-1.0 — API may change.