rtcache 0.1.3

A read-through/write-back cache
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "rtcache"
version = "0.1.3"
edition = "2021"
repository = "https://github.com/rtdavis22/rtcache"
license = "Apache-2.0 OR MIT"
description = "A read-through/write-back cache"
keywords = ["cache"]
categories = ["caching"]

[dependencies]
anyhow = "1.0"
async-trait = "0.1.71"
tide = "0.16.0"
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros", "sync", "time" ] }

[[example]]
name = "example"