An open API service indexing awesome lists of open source software.

https://github.com/leoschwarz/simple_disk_cache

Provides a simple disk cache for use in a Rust application.
https://github.com/leoschwarz/simple_disk_cache

disk-cache rust rust-library

Last synced: about 2 months ago
JSON representation

Provides a simple disk cache for use in a Rust application.

Awesome Lists containing this project

README

          

# simple_disk_cache

Provides a simple disk cache for use in a Rust application.
In the future caching might be made more clever, however this crate
mostly aims at providing a really simple one to one mapping of cache
entries and files in the file system.