r-cache 0.2.1

r-cache is an in memory key value store. It is thread safe and values have expiry times
Documentation
[dependencies.async-std]
version = "1.6.4"

[dependencies.chrono]
version = "0.4.15"

[package]
authors = ["cobbinma <cobbinma@gmail.com>"]
categories = ["caching", "asynchronous"]
description = "r-cache is an in memory key value store. It is thread safe and values have expiry times"
edition = "2018"
keywords = ["cache", "async"]
license = "MIT OR Apache-2.0"
name = "r-cache"
readme = "README.md"
repository = "https://github.com/cobbinma/r-cache"
version = "0.2.1"