rusticache 0.0.3

Simple caching for rust without external requirements.
Documentation
[dependencies.tokio]
features = ["sync"]
version = "1.20.1"
[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros", "time"]
version = "1.20.1"

[package]
categories = ["caching", "asynchronous"]
description = "Simple caching for rust without external requirements."
edition = "2021"
homepage = "https://github.com/bleikurr/rusticache"
keywords = ["cache", "caching", "asynchronous"]
license = "MIT OR Apache-2.0"
name = "rusticache"
readme = "README.md"
repository = "https://github.com/bleikurr/rusticache"
resolver = "2"
version = "0.0.3"