Docs.rs
lru-cache-map-0.2.0
lru-cache-map 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
drmingdrmer
Dependencies
hashbrown ^0.14.0
normal
hashlink ^0.8.4
normal
Versions
96.55%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module meter
lru_
cache_
map
0.2.0
Module meter
Module Items
Structs
Traits
In crate lru_
cache_
map
lru_cache_map
Module
meter
Copy item path
Source
Expand description
Define the Meter trait to track cache resource usage.
Structs
§
Count
A Meter that measures cache size by counting object number.
Traits
§
Meter
A trait for measuring the size of a cache item.