Docs.rs
light-cache-0.2.3
light-cache 0.2.3
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
nhtyy
Dependencies
hashbrown ^0.14
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
42.86%
of the crate is documented
Go to latest version
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
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
light_
cache
0.2.3
Module map
Modules
Structs
In crate light_
cache
Module
light_cache
::
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
§
Entry
Light
Map
A concurrent hashmap implementation thats always non-blocking.
Shard