Decision Workspace
cachelito vs cachelito-async vs cache-mod
Side-by-side comparison of Rust crates
51
cachelito
experimentalv0.16.0
Procedural macro for automatic function caching with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU policies, expiration, limits, and thread-local or global scope
49
cachelito-async
experimentalv0.16.0
Async caching library with LRU/FIFO/LFU/ARC/Random/TLRU/W-TinyLFU eviction policies for async/await functions
59
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.
Core Metrics
| cachelito | cachelito-async | cache-mod | |
|---|---|---|---|
| Health Score | 51 | 49 | 59 |
| Total Downloads | 462 | 328 | 145 |
| 30d Downloads | 0 | 0 | 0 |
| Dependents | 0 | 0 | 0 |
| Releases | 13 | 9 | 9 |
| Last Updated | 186d ago | 186d ago | 53d ago |
| Age | 8m | 8m | 1m |
Health Breakdown
cachelito
Maintenance
12
Quality
15
Community
6
Popularity
3
Documentation
15
cachelito-async
Maintenance
12
Quality
13
Community
6
Popularity
3
Documentation
15
cache-mod
Maintenance
16
Quality
19
Community
6
Popularity
3
Documentation
15
Technical Details
| cachelito | cachelito-async | cache-mod | |
|---|---|---|---|
| Version | 0.16.0 | 0.16.0 | 1.0.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✓ Yes |
| License | Apache-2.0 | Apache-2.0 | Apache-2.0 OR MIT |
| Dependencies | 5 | 6 | 2 |
| Crate Size | 40KB | 37KB | 91KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2021 | 2021 |
| MSRV | 1.70.0 | 1.70.0 | 1.75 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cache-mod leads with a health score of 59/100, but none of the options score above 80.
- •cachelito has the most downloads (462), suggesting wider adoption.
- •cachelito, cachelito-async are pre-1.0 — API may change.