Crate memoize

source ·

Re-exports

pub use ::lazy_static;

Attribute Macros

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