#cache #disk-cache #disk

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

#1447 in Filesystem

Download history 1/week @ 2023-11-05 1/week @ 2023-11-12 4/week @ 2023-11-19 15/week @ 2023-11-26 6/week @ 2023-12-03 3/week @ 2023-12-10 6/week @ 2023-12-24 4/week @ 2023-12-31 3/week @ 2024-01-14 3/week @ 2024-01-21 7/week @ 2024-01-28 1/week @ 2024-02-04 15/week @ 2024-02-11 73/week @ 2024-02-18

96 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.8MB
~41K SLoC