Docs.rs
cachekit-0.1.0-alpha
cachekit 0.1.0-alpha
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
TKorr
Dependencies
log ^0.4.29
normal
parking_lot ^0.12
normal
criterion ^0.8
dev
Versions
88.99%
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 policy
cachekit
0.1.0-alpha
Module policy
Module Items
Modules
In crate cachekit
cachekit
Module
policy
Copy item path
Source
Modules
ยง
fifo
heap_
lfu
Heap-Based LFU Cache Implementation
lfu
LFU (Least Frequently Used) Cache Implementation
lru
Least Recently Used (LRU) Cache Implementation
lru_k
LRU-K Cache Implementation