# 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.