#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

#5 in #freely

Download history 12/week @ 2024-11-13 31/week @ 2024-11-20 38/week @ 2024-11-27 36/week @ 2024-12-04 71/week @ 2024-12-11 26/week @ 2024-12-18 22/week @ 2025-01-01 36/week @ 2025-01-08 61/week @ 2025-01-15 47/week @ 2025-01-22 32/week @ 2025-01-29 72/week @ 2025-02-05 64/week @ 2025-02-12 35/week @ 2025-02-19 55/week @ 2025-02-26

233 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