any-cache 0.2.3

Cache with freely typed keys and any associated value
Documentation

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.