Decision Workspace
cachekit-macros vs memoize vs const-struct-version-derive
Side-by-side comparison of Rust crates
46
cachekit-macros
experimentalv0.3.0
Proc-macro decorators for the cachekit-rs SDK (#[cachekit] attribute macro).
55
memoize
growingv0.6.0
Attribute macro for auto-memoizing functions with somewhat-simple signatures
45
const-struct-version-derive
growingv0.1.3
A proc-macro to generate a hash based on the fields of a struct. Useful for intelligently expiring a cache when the stored object changes.
Core Metrics
| cachekit-macros | memoize | const-struct-version-derive | |
|---|---|---|---|
| Health Score | 46 | 55 | 45 |
| Total Downloads | 32 | 1.1M | 2.3K |
| 30d Downloads | 0 | 50.7K | 0 |
| Dependents | 2 | 120 | 2 |
| Releases | 2 | 22 | 3 |
| Last Updated | 29d ago | 141d ago | 443d ago |
| Age | 1m | 5y 7m | 1y 2m |
Health Breakdown
cachekit-macros
Maintenance
12
Quality
14
Community
6
Popularity
2
Documentation
12
memoize
Maintenance
11
Quality
16
Community
9
Popularity
7
Documentation
12
const-struct-version-derive
Maintenance
6
Quality
15
Community
7
Popularity
4
Documentation
13
Technical Details
| cachekit-macros | memoize | const-struct-version-derive | |
|---|---|---|---|
| Version | 0.3.0 | 0.6.0 | 0.1.3 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MIT | MIT | MIT OR Apache-2.0 |
| Dependencies | 3 | 5 | 3 |
| Crate Size | 5KB | 8KB | 4KB |
| Features | 0 | 2 | 0 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2021 | 2018 | 2024 |
| MSRV | 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.
- •⚠ const-struct-version-derive has not been updated in over a year.