Decision Workspace
lazy_list vs evictor vs cachr
Side-by-side comparison of Rust crates
42
lazy_list
growingv0.1.1
Lazily-populated lists, finite or infinite
55
evictor
experimentalv0.5.1
A library for generic caching with configurable eviction policies.
52
cachr
growingv1.0.1
Simple shared access caching struct
Core Metrics
| lazy_list | evictor | cachr | |
|---|---|---|---|
| Health Score | 42 | 55 | 52 |
| Total Downloads | 2.9K | 6.7K | 1.8K |
| 30d Downloads | 5 | 2.9K | 7 |
| Dependents | 0 | 8 | 0 |
| Releases | 2 | 6 | 2 |
| Last Updated | 761d ago | 223d ago | 149d ago |
| Age | 2y 1m | 7m | 2y 7m |
Health Breakdown
lazy_list
Maintenance
4
Quality
15
Community
6
Popularity
4
Documentation
13
evictor
Maintenance
16
Quality
15
Community
9
Popularity
5
Documentation
10
cachr
Maintenance
9
Quality
20
Community
6
Popularity
4
Documentation
13
Technical Details
| lazy_list | evictor | cachr | |
|---|---|---|---|
| Version | 0.1.1 | 0.5.1 | 1.0.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | MIT | MIT OR Apache-2.0 | MIT OR Apache-2.0 |
| Dependencies | 2 | 4 | 2 |
| Crate Size | 8KB | 40KB | 8KB |
| Features | 0 | 4 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2024 | 2021 |
| MSRV | — | — | — |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •evictor leads with a health score of 55/100, but none of the options score above 80.
- •⚠ lazy_list has not been updated in over a year.
- •lazy_list, evictor are pre-1.0 — API may change.