#cache #key-value #any

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

#427 in Caching

Download history 48/week @ 2025-03-26 2/week @ 2025-04-02 35/week @ 2025-04-09 21/week @ 2025-04-16 58/week @ 2025-04-23 53/week @ 2025-04-30 29/week @ 2025-05-07 9/week @ 2025-05-14 22/week @ 2025-05-21 13/week @ 2025-06-11 48/week @ 2025-06-18 44/week @ 2025-06-25 34/week @ 2025-07-02 59/week @ 2025-07-09

187 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