Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).