reactor-cache 0.1.1

An async cache using tokio and futures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]
futures = "0.1.6"
linked-hash-map = "0.3.0"
log = "0.3"
mio = "0.6"
tokio-core = "0.1"

[package]
authors = ["Max Seiden <140dbs@gmail.com>"]
description = "An async cache using tokio and futures"
license = "MIT"
name = "reactor-cache"
version = "0.1.1"