Docs.rs
memoize-0.5.1
memoize 0.5.1
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
dermesser
Dependencies
lazy_static ^1.4
normal
lru ^0.7
normal
optional
memoize-inner ^0.5
normal
ahash ^0.8.2
dev
rustc-hash ^1.1.0
dev
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
memoize
0.5.1
All Items
Crate Items
Re-exports
Attribute Macros
Crate
memoize
Copy item path
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.