Decision Workspace
unistore-cache vs cache-mod vs philiprehberger-cache-kit
Side-by-side comparison of Rust crates
42
unistore-cache
experimentalv0.1.0
In-memory cache capability for UniStore
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.
52
philiprehberger-cache-kit
experimentalv0.6.0
Generic LRU cache with TTL, tags, and async support for Rust
Core Metrics
| unistore-cache | cache-mod | philiprehberger-cache-kit | |
|---|---|---|---|
| Health Score | 42 | 61 | 52 |
| Total Downloads | 16 | 126 | 196 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 1 | 9 | 15 |
| Last Updated | 125d ago | 4d ago | 49d ago |
| Age | 4m | 5d | 2m |
Health Breakdown
unistore-cache
Maintenance
7
Quality
13
Community
6
Popularity
1
Documentation
15
cache-mod
Maintenance
19
Quality
18
Community
6
Popularity
3
Documentation
15
philiprehberger-cache-kit
Maintenance
13
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| unistore-cache | cache-mod | philiprehberger-cache-kit | |
|---|---|---|---|
| Version | 0.1.0 | 1.0.0 | 0.6.0 |
| Stable (≥1.0) | ✗ No | ✓ Yes | ✗ No |
| License | MIT OR Apache-2.0 | Apache-2.0 OR MIT | MIT |
| Dependencies | 6 | 2 | 2 |
| Crate Size | 14KB | 91KB | 12KB |
| Features | 0 | 2 | 1 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.75 | 1.75 | 1.70 |
| 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.
- •philiprehberger-cache-kit has the most downloads (196), suggesting wider adoption.
- •unistore-cache, philiprehberger-cache-kit are pre-1.0 — API may change.