An in-memory filesystem cache layer over tokio::fs with LFU eviction.
# Cargo.toml
[dependencies]
freqfs = "0.12.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a FreqFS cache, write and read data.
Ensure you are using #[tokio::main] or similar async runtime.
No dependency data recorded yet.