Decision Workspace
multipeek vs peekmore vs obsessive_peek
Side-by-side comparison of Rust crates
44
multipeek
growingv0.1.2
An adapter to peek at future elements in an iterator without advancing the iterator cursor
53
peekmore
growingv1.3.0
Iterator adapter like Peekable, but for peeking forward multiple elements
44
obsessive_peek
experimentalv0.1.0
An iterator adapter to peek at future elements without advancing the cursor of the underlying iterator.
Core Metrics
| multipeek | peekmore | obsessive_peek | |
|---|---|---|---|
| Health Score | 44 | 53 | 44 |
| Total Downloads | 35.6K | 206.3K | 39 |
| 30d Downloads | 1.7K | 7.4K | 3 |
| Dependents | 8 | 77 | 0 |
| Releases | 3 | 17 | 1 |
| Last Updated | 1440d ago | 1026d ago | 142d ago |
| Age | 3y 11m | 6y 6m | 4m |
Health Breakdown
multipeek
Maintenance
4
Quality
16
Community
9
Popularity
5
Documentation
10
peekmore
Maintenance
4
Quality
21
Community
10
Popularity
6
Documentation
12
obsessive_peek
Maintenance
6
Quality
15
Community
6
Popularity
2
Documentation
15
Technical Details
| multipeek | peekmore | obsessive_peek | |
|---|---|---|---|
| Version | 0.1.2 | 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 | 9KB | 18KB | 17KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.91 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •peekmore leads with a health score of 53/100, but none of the options score above 80.
- •⚠ multipeek, peekmore have not been updated in over a year.
- •multipeek, obsessive_peek are pre-1.0 — API may change.