#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

#2327 in Database interfaces

Download history 24/week @ 2023-11-27 19/week @ 2023-12-04 28/week @ 2023-12-11 36/week @ 2023-12-18 18/week @ 2023-12-25 7/week @ 2024-01-01 41/week @ 2024-01-08 31/week @ 2024-01-15 23/week @ 2024-01-22 14/week @ 2024-01-29 23/week @ 2024-02-05 33/week @ 2024-02-12 52/week @ 2024-02-19 48/week @ 2024-02-26 63/week @ 2024-03-04 22/week @ 2024-03-11

189 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