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.
- Host: GitHub
- URL: https://github.com/leoschwarz/simple_disk_cache
- Owner: leoschwarz
- License: apache-2.0
- Created: 2018-03-03T21:48:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-30T22:30:51.000Z (almost 8 years ago)
- Last Synced: 2024-03-15T04:09:19.766Z (about 2 years ago)
- Topics: disk-cache, rust, rust-library
- Language: Rust
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.