Docs.rs
lru-disk-cache-0.4.1
lru-disk-cache 0.4.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
luser
glandium
Dependencies
filetime ^0.2
normal
linked-hash-map ^0.5
normal
log ^0.4
normal
walkdir ^2.3.1
normal
tempfile ^3
dev
Versions
92.98%
of the crate is documented
This release has been yanked
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
Skip to main content
Crate lru_disk_cache
lru_
disk_
cache
0.4.1
All Items
Crate Items
Re-exports
Modules
Structs
Enums
Traits
Type Aliases
Crate
lru_
disk_
cache
Copy item path
Source
Re-exports
§
pub use crate::lru_cache::
LruCache
;
pub use crate::lru_cache::
Meter
;
Modules
§
lru_
cache
A cache that holds a limited number of key-value pairs. When the capacity of the cache is exceeded, the least-recently-used (where “used” means a look-up or putting the pair into the cache) pair is automatically removed.
Structs
§
LruDisk
Cache
An LRU cache of files on disk.
Enums
§
Error
Errors returned by this crate.
Traits
§
Read
Seek
Trait objects can’t be bounded by more than one non-builtin trait.
Type Aliases
§
Result
A convenience
Result
type