Crate memoize

source ·

Re-exports

pub use ::lazy_static;
pub use ::lru;

Attribute Macros

memoize is an attribute to create a memoized version of a (simple enough) function.