Decision Workspace
rustycache vs cache-mod vs evictor
Side-by-side comparison of Rust crates
51
rustycache
growingv2.0.0
A simple and easy-to-use caching library for Rust.
61
cache-mod
experimentalv1.0.0
High-performance in-process caching with multiple eviction policies (LRU, LFU, TinyLFU, TTL, size-bounded). Async-safe, lock-minimized internals. Typed key-value API. No dependency on any external store.
58
evictor
experimentalv0.7.2
A library for generic caching with configurable eviction policies.
Core Metrics
| rustycache | cache-mod | evictor | |
|---|---|---|---|
| Health Score | 51 | 61 | 58 |
| Total Downloads | 590 | 126 | 13.8K |
| 30d Downloads | 0 | 0 | 3.9K |
| Dependents | 0 | 0 | 8 |
| Releases | 2 | 9 | 7 |
| Last Updated | 110d ago | 4d ago | 43d ago |
| Age | 1y | 5d | 9m |
Health Breakdown
rustycache
Maintenance
11
Quality
20
Community
5
Popularity
3
Documentation
12
cache-mod
Maintenance
19
Quality
18
Community
6
Popularity
3
Documentation
15
evictor
Maintenance
16
Quality
16
Community
9
Popularity
5
Documentation
12
Technical Details
| rustycache | cache-mod | evictor | |
|---|---|---|---|
| Version | 2.0.0 | 1.0.0 | 0.7.2 |
| Stable (≥1.0) | ✓ Yes | ✓ Yes | ✗ No |
| License | MIT | Apache-2.0 OR MIT | MIT OR Apache-2.0 |
| Dependencies | 5 | 2 | 7 |
| Crate Size | 20KB | 91KB | 61KB |
| Features | 2 | 2 | 6 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2024 | 2021 | 2024 |
| MSRV | 1.93 | 1.75 | 1.88.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cache-mod leads with a health score of 61/100, but none of the options score above 80.
- •evictor has the most downloads (13.8K), suggesting wider adoption.
- •evictor is pre-1.0 — API may change.