5 releases
Uses old Rust 2015
0.2.3 | Aug 21, 2017 |
---|---|
0.2.2 | Aug 21, 2017 |
0.2.1 | Aug 21, 2017 |
0.2.0 | Aug 16, 2017 |
0.1.0 | Mar 14, 2017 |
#2524 in Database interfaces
104 downloads per month
Used in 6 crates
(2 directly)
5KB
73 lines
Cache with freely typed keys and any associated value
This crate exposes a very minimalistic yet useful kind of cache in which you can store any kind of values. It also provides a dummy implementation as well as a trait to work with caches.
Feel free to dig in the documentation for further information here.