Decision Workspace
reiterator vs cached_proc_macro vs kash_macros
Side-by-side comparison of Rust crates
47
reiterator
growingv0.3.0
Lazy repeatable caching iterator that only ever calculates each element once.
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
| reiterator | cached_proc_macro | kash_macros | |
|---|---|---|---|
| Health Score | 47 | 63 | 51 |
| Total Downloads | 7.8K | 29.7M | 11.7K |
| 30d Downloads | 131 | 1.8M | 177 |
| Dependents | 1 | 69 | 9 |
| Releases | 5 | 34 | 10 |
| Last Updated | 998d ago | 5d ago | 198d ago |
| Age | 2y 9m | 5y 10m | 1y 5m |
Health Breakdown
reiterator
Maintenance
10
Quality
15
Community
7
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
| reiterator | cached_proc_macro | kash_macros | |
|---|---|---|---|
| Version | 0.3.0 | 0.27.0 | 0.7.1 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MIT | MIT |
| Dependencies | 1 | 4 | 4 |
| Crate Size | 7KB | 12KB | 13KB |
| Features | 0 | 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.
- •⚠ reiterator has not been updated in over a year.