Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hadronized/any-cache
Cache with any key and any associated value
https://github.com/hadronized/any-cache
Last synced: about 1 month 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-21T19:25:16.000Z (over 7 years ago)
- Last Synced: 2024-11-08T14:19:42.761Z (about 1 month ago)
- Language: Rust
- Homepage:
- Size: 9.77 KB
- Stars: 5
- Watchers: 3
- 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
[![Build Status](https://travis-ci.org/phaazon/any-cache.svg?branch=master)](https://travis-ci.org/phaazon/any-cache)
[![crates.io](https://img.shields.io/crates/v/any-cache.svg)](https://crates.io/crates/any-cache)
![License](https://img.shields.io/badge/license-BSD3-blue.svg?style=flat)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).