Docs.rs
freqfs-0.7.0
Platform
x86_64-unknown-linux-gnu
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
i686-pc-windows-msvc
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
freqfs 0.7.0
An in-memory filesystem cache layer over tokio::fs, with LFU eviction
Crate
Source
Builds
Feature flags
Documentation
Coverage
100%
4
out of
4
items documented
Links
haydnv/freqfs
27
2
1
Crates.io
Dependencies
async-trait ^0.1
normal
freqache ^0.6
normal
futures ^0.3
normal
log ^0.4
normal
safecast ~0.1.4
normal
tokio ^1.24
normal
rand ^0.8
dev
tokio ^1.24
dev
Versions
0.7.0
0.6.0
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.2.0
0.1.0
Owners
freqfs
An in-memory filesystem cache layer based on tokio::fs, with least-frequently-used eviction