#associated #cache #any #key #value #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

#2524 in Database interfaces

Download history 47/week @ 2024-07-22 46/week @ 2024-07-29 39/week @ 2024-08-05 57/week @ 2024-08-12 28/week @ 2024-08-19 36/week @ 2024-08-26 34/week @ 2024-09-02 32/week @ 2024-09-09 24/week @ 2024-09-16 55/week @ 2024-09-23 28/week @ 2024-09-30 1/week @ 2024-10-07 27/week @ 2024-10-14 24/week @ 2024-10-21 11/week @ 2024-10-28 42/week @ 2024-11-04

104 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