simpl_cache 2.4.1-beta

Simple rust caching tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.futures]
version = "0.3.28"

[dependencies.simple_cache_core]
version = "1.0.0-beta"

[dependencies.simple_cache_macros]
version = "2.4.1-beta"

[package]
authors = ["Collins Muriuki <hello@collinsmuriuki.xyz>"]
description = "Simple rust caching tools"
edition = "2021"
keywords = ["caching"]
license = "MIT"
name = "simpl_cache"
readme = "./README.md"
version = "2.4.1-beta"