Decision Workspace
interned vs cached_proc_macro vs kash_macros
Side-by-side comparison of Rust crates
43
interned
growingv0.1.6
Provides a generic Interned<T> which can intern practically any type including &str, slices, and primitives, plus memoization via Memoized<I, T>
63
cached_proc_macro
growingv0.27.0
Generic cache implementations and simplified function memoization
51
kash_macros
growingv0.7.1
Function and method cache and memoization
Core Metrics
| interned | cached_proc_macro | kash_macros | |
|---|---|---|---|
| Health Score | 43 | 63 | 51 |
| Total Downloads | 13.9K | 29.7M | 11.7K |
| 30d Downloads | 59 | 1.9M | 178 |
| Dependents | 13 | 69 | 9 |
| Releases | 7 | 34 | 10 |
| Last Updated | 942d ago | 5d ago | 198d ago |
| Age | 2y 8m | 5y 10m | 1y 5m |
Health Breakdown
interned
Maintenance
5
Quality
17
Community
6
Popularity
5
Documentation
10
cached_proc_macro
Maintenance
19
Quality
14
Community
10
Popularity
8
Documentation
12
kash_macros
Maintenance
11
Quality
11
Community
9
Popularity
5
Documentation
15
Technical Details
| interned | cached_proc_macro | kash_macros | |
|---|---|---|---|
| Version | 0.1.6 | 0.27.0 | 0.7.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT |
| Dependencies | 3 | 4 | 4 |
| Crate Size | 17KB | 12KB | 13KB |
| Features | 2 | 0 | 2 |
| Yanked % | 0.0% | 0.0% | 20.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | — | — | 1.85 |
| 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.
- •⚠ interned has not been updated in over a year.