https://github.com/hadronized/any-cache
Cache with any key and any associated value
https://github.com/hadronized/any-cache
Last synced: 6 months ago
JSON representation
Cache with any key and any associated value
- Host: GitHub
- URL: https://github.com/hadronized/any-cache
- Owner: hadronized
- Created: 2017-01-10T00:19:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T19:25:16.000Z (almost 9 years ago)
- Last Synced: 2025-10-08T08:55:47.958Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Cache with freely typed keys and any associated value
[](https://travis-ci.org/phaazon/any-cache)
[](https://crates.io/crates/any-cache)

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](https://docs.rs/any-cache).