any-cache 0.2.3

Cache with freely typed keys and any associated value
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
description = "Cache with freely typed keys and any associated value"
documentation = "https://docs.rs/any-cache"
homepage = "https://github.com/phaazon/any-cache"
include = ["src/**/*", "Cargo.toml", "CHANGELOG.md", "README.md"]
keywords = ["any", "cache"]
license = "BSD-3-Clause"
name = "any-cache"
readme = "README.md"
repository = "https://github.com/phaazon/any-cache"
version = "0.2.3"