Docs.rs
any-cache-0.2.3
any-cache 0.2.3
Permalink
Docs.rs crate page
BSD-3-Clause
Links
Homepage
Repository
crates.io
Source
Owners
hadronized
Dependencies
Versions
33.33%
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
any_
cache
0.2.3
All Items
Crate Items
Structs
Traits
Crate
any_cache
Copy item path
Source
Structs
§
Dummy
Cache
An implementation of a cache that actually doesn’t cache at all.
Hash
Cache
An implementation of a cache with a
HashMap
.
Traits
§
Cache
A cache that can store abitrary values and namespace them by key types.
Cache
Key
A key that is usable in a cache.