Crate memoize

Source

Re-exports§

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

Attribute Macros§

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