#cache #any #key #value #associated #typed #freely

any-cache

Cache with freely typed keys and any associated value

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

#2378 in Database interfaces

Download history 39/week @ 2024-01-13 25/week @ 2024-01-20 16/week @ 2024-01-27 14/week @ 2024-02-03 32/week @ 2024-02-10 58/week @ 2024-02-17 39/week @ 2024-02-24 54/week @ 2024-03-02 61/week @ 2024-03-09 58/week @ 2024-03-16 67/week @ 2024-03-23 81/week @ 2024-03-30 38/week @ 2024-04-06 63/week @ 2024-04-13 54/week @ 2024-04-20 54/week @ 2024-04-27

217 downloads per month
Used in 6 crates (2 directly)

BSD-3-Clause

5KB
73 lines

Cache with freely typed keys and any associated value

Build Status crates.io License

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.

No runtime deps