Docs.rs
lru-slab-0.1.2
lru-slab 0.1.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR
Zlib
Links
Repository
crates.io
Source
Owners
Ralith
Dependencies
Versions
100%
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
lru_
slab
0.1.2
All Items
Crate Items
Structs
Crate
lru_slab
Copy item path
Source
Expand description
Pre-allocated storage with constant-time LRU tracking
Structs
ยง
Iter
Iterator over elements of an
LruSlab
, from most to least recently used
IterMut
Iterator over mutable elements of an
LruSlab
, from most to least recently used
LruSlab
A random-access table that maintains an LRU list in constant time