#cache #applications #disk #entries

simple_disk_cache

Simple disk cache for use in Rust applications

3 releases

Uses old Rust 2015

0.1.2 Mar 29, 2018
0.1.1 Mar 6, 2018
0.1.0 Mar 5, 2018

#1470 in Filesystem

37 downloads per month

Apache-2.0

13KB
248 lines

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.

Dependencies

~1–1.7MB
~40K SLoC