Decision Workspace
better_peekable vs peekmore vs lisp_iter
Side-by-side comparison of Rust crates
44
better_peekable
growingv1.0.0
Peekable iterator like std::iter::Peekable but allows for peeking n items ahead instead of just one.
53
peekmore
growingv1.3.0
Iterator adapter like Peekable, but for peeking forward multiple elements
37
lisp_iter
growingv0.1.0
Single-pass no-alloc iterator for simple lisp or lisp-like expressions
Core Metrics
| better_peekable | peekmore | lisp_iter | |
|---|---|---|---|
| Health Score | 44 | 53 | 37 |
| Total Downloads | 9.9K | 206.3K | 1.7K |
| 30d Downloads | 28 | 7.7K | 4 |
| Dependents | 0 | 77 | 0 |
| Releases | 8 | 17 | 1 |
| Last Updated | 150d ago | 1026d ago | 1241d ago |
| Age | 3y 11m | 6y 6m | 3y 4m |
Health Breakdown
better_peekable
Maintenance
9
Quality
15
Community
5
Popularity
5
Documentation
10
peekmore
Maintenance
4
Quality
21
Community
10
Popularity
6
Documentation
12
lisp_iter
Maintenance
1
Quality
16
Community
6
Popularity
4
Documentation
10
Technical Details
| better_peekable | peekmore | lisp_iter | |
|---|---|---|---|
| Version | 1.0.0 | 1.3.0 | 0.1.0 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | Apache-2.0 | MIT OR Apache-2.0 | MIT |
| Dependencies | 1 | 1 | 0 |
| Crate Size | 10KB | 18KB | 3KB |
| Features | 3 | 1 | 0 |
| Yanked % | 12.5% | 0.0% | 0.0% |
| Edition | 2024 | 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.
- •⚠ peekmore, lisp_iter have not been updated in over a year.
- •lisp_iter is pre-1.0 — API may change.