Decision Workspace
obsessive_peek vs peekmore vs multipeek
Side-by-side comparison of Rust crates
44
obsessive_peek
experimentalv0.1.0
An iterator adapter to peek at future elements without advancing the cursor of the underlying iterator.
53
peekmore
growingv1.3.0
Iterator adapter like Peekable, but for peeking forward multiple elements
44
multipeek
growingv0.1.2
An adapter to peek at future elements in an iterator without advancing the iterator cursor
Core Metrics
| obsessive_peek | peekmore | multipeek | |
|---|---|---|---|
| Health Score | 44 | 53 | 44 |
| Total Downloads | 39 | 206.3K | 35.6K |
| 30d Downloads | 3 | 7.4K | 1.7K |
| Dependents | 0 | 77 | 8 |
| Releases | 1 | 17 | 3 |
| Last Updated | 142d ago | 1026d ago | 1440d ago |
| Age | 4m | 6y 6m | 3y 11m |
Health Breakdown
obsessive_peek
Maintenance
6
Quality
15
Community
6
Popularity
2
Documentation
15
peekmore
Maintenance
4
Quality
21
Community
10
Popularity
6
Documentation
12
multipeek
Maintenance
4
Quality
16
Community
9
Popularity
5
Documentation
10
Technical Details
| obsessive_peek | peekmore | multipeek | |
|---|---|---|---|
| Version | 0.1.0 | 1.3.0 | 0.1.2 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 0 | 1 | 0 |
| Crate Size | 17KB | 18KB | 9KB |
| Features | 0 | 1 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2018 | 2021 |
| 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.
- •⚠ peekmore, multipeek have not been updated in over a year.
- •obsessive_peek, multipeek are pre-1.0 — API may change.