Docs.rs
light-cache-0.2.6
light-cache 0.2.6
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nhtyy
Dependencies
hashbrown ^0.14
normal
parking_lot ^0.12.3
normal
pin-project ^1.1.5
normal
priority-queue ^2.1.0
normal
tracing ^0.1.40
normal
criterion ^0.4
dev
moka ^0.12.8
dev
quick_cache ^0.6.2
dev
tokio ^1.39.2
dev
Versions
46.15%
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 map
light_
cache
0.2.6
Module map
Module Items
Modules
Structs
In crate light_
cache
light_cache
Module
map
Copy item path
Source
Expand description
The underlying map used by LightCache. Desinged to be fast and non-blocking for conncurrent r/w.
Modules
§
builder
Structs
§
GetMut
Light
Map
A concurrent hashmap implementation thats always non-blocking.