Decision Workspace
rust_caching vs cached_proc_macro vs cachelito
Side-by-side comparison of Rust crates
30
rust_caching
growingv0.1.0
A simple safe Rust library to cache functions (or sections of code) in memory
63
cached_proc_macro
growingv0.27.0
Generic cache implementations and simplified function memoization
55
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
Core Metrics
| rust_caching | cached_proc_macro | cachelito | |
|---|---|---|---|
| Health Score | 30 | 63 | 55 |
| Total Downloads | 1.4K | 29.7M | 427 |
| 30d Downloads | 2 | 1.9M | 28 |
| Dependents | 0 | 69 | 0 |
| Releases | 1 | 34 | 13 |
| Last Updated | 1693d ago | 5d ago | 78d ago |
| Age | 4y 7m | 5y 10m | 4m |
Health Breakdown
rust_caching
Maintenance
1
Quality
10
Community
6
Popularity
4
Documentation
9
cached_proc_macro
Maintenance
19
Quality
14
Community
10
Popularity
8
Documentation
12
cachelito
Maintenance
16
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| rust_caching | cached_proc_macro | cachelito | |
|---|---|---|---|
| Version | 0.1.0 | 0.27.0 | 0.16.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | Apache-2.0 |
| Dependencies | 0 | 4 | 5 |
| Crate Size | 4KB | 12KB | 40KB |
| Features | 0 | 0 | 2 |
| Yanked % | 100.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | 2021 |
| MSRV | — | — | 1.70.0 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •cached_proc_macro leads with a health score of 63/100, but none of the options score above 80.
- •⚠ rust_caching has not been updated in over a year.