Attribute macro for automatically memoizing functions with simple signatures.
# Cargo.toml
[dependencies]
memoize = "0.6.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Apply the memoize attribute macro to cache function results.
Ensure function arguments implement Clone and Eq/Hash.
No dependency data recorded yet.