fcache
A Rust library for efficient file caching with a straightforward interface for creating, retrieving, and managing cached files efficiently.
Setup
Add this to your Cargo.toml:
[]
= "0.2.0"
Alternatively, you can use the cargo add subcommand:
Usage
Use the library functions to create cache instances and manage files:
use *;
For more usage examples, refer to the documentation available at docs.rs.
License
This crate is licensed under the MIT License.