Decision Workspace
dynamic-lru-cache vs cached_proc_macro vs philiprehberger-cache-kit
Side-by-side comparison of Rust crates
41
dynamic-lru-cache
growingv0.2.1
LRU Cache that only stores items recently seen more than once.
63
cached_proc_macro
growingv0.27.0
Generic cache implementations and simplified function memoization
55
philiprehberger-cache-kit
experimentalv0.4.3
Generic LRU cache with TTL, tags, and async support for Rust
Core Metrics
| dynamic-lru-cache | cached_proc_macro | philiprehberger-cache-kit | |
|---|---|---|---|
| Health Score | 41 | 63 | 55 |
| Total Downloads | 4.3K | 29.7M | 144 |
| 30d Downloads | 6 | 1.9M | 144 |
| Dependents | 0 | 69 | 0 |
| Releases | 3 | 34 | 12 |
| Last Updated | 900d ago | 5d ago | today |
| Age | 4y 4m | 5y 10m | 17d |
Health Breakdown
dynamic-lru-cache
Maintenance
4
Quality
15
Community
5
Popularity
4
Documentation
13
cached_proc_macro
Maintenance
19
Quality
14
Community
10
Popularity
8
Documentation
12
philiprehberger-cache-kit
Maintenance
16
Quality
15
Community
6
Popularity
3
Documentation
15
Technical Details
| dynamic-lru-cache | cached_proc_macro | philiprehberger-cache-kit | |
|---|---|---|---|
| Version | 0.2.1 | 0.27.0 | 0.4.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 1 | 4 | 0 |
| Crate Size | 9KB | 12KB | 9KB |
| Features | 0 | 0 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | — | — | 1.70 |
| 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.
- •⚠ dynamic-lru-cache has not been updated in over a year.