crude_cache 0.1.0

A simple utility for good enough concurrent caching needs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.tokio]
features = ["sync", "time", "rt", "macros"]
version = "1"
[dev-dependencies.futures]
version = "0.3.28"

[dev-dependencies.timeit]
version = "0.1.2"

[package]
authors = ["Jeremias"]
description = "A simple utility for good enough concurrent caching needs."
edition = "2021"
license = "MIT"
name = "crude_cache"
readme = "README.md"
repository = "https://github.com/defic/crude_cache"
version = "0.1.0"