Decision Workspace
struct_cache_field vs memoize vs cachekit-macros
Side-by-side comparison of Rust crates
42
struct_cache_field
growingv0.0.2
Proc macro for caching method to struct field
55
memoize
growingv0.6.0
Attribute macro for auto-memoizing functions with somewhat-simple signatures
46
cachekit-macros
experimentalv0.3.0
Proc-macro decorators for the cachekit-rs SDK (#[cachekit] attribute macro).
Core Metrics
| struct_cache_field | memoize | cachekit-macros | |
|---|---|---|---|
| Health Score | 42 | 55 | 46 |
| Total Downloads | 2.2K | 1.1M | 32 |
| 30d Downloads | 0 | 50.7K | 0 |
| Dependents | 0 | 120 | 2 |
| Releases | 2 | 22 | 2 |
| Last Updated | 644d ago | 141d ago | 29d ago |
| Age | 1y 9m | 5y 7m | 1m |
Health Breakdown
struct_cache_field
Maintenance
5
Quality
14
Community
4
Popularity
4
Documentation
15
memoize
Maintenance
11
Quality
16
Community
9
Popularity
7
Documentation
12
cachekit-macros
Maintenance
12
Quality
14
Community
6
Popularity
2
Documentation
12
Technical Details
| struct_cache_field | memoize | cachekit-macros | |
|---|---|---|---|
| Version | 0.0.2 | 0.6.0 | 0.3.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT OR Apache-2.0 | MIT | MIT |
| Dependencies | 7 | 5 | 3 |
| Crate Size | 11KB | 8KB | 5KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2021 |
| MSRV | 1.80.0 | — | 1.85 |
| Owners | 1 | 1 | 1 |
Links
Quick Verdict
- •memoize leads with a health score of 55/100, but none of the options score above 80.
- •memoize is depended on by 120 crates — strongest ecosystem trust.
- •⚠ struct_cache_field has not been updated in over a year.