simple_disk_cache 0.1.2

Simple disk cache for use in Rust applications.
Documentation
# 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.