reactor-cache 0.1.1

An async cache using tokio and futures
Documentation
1
2
3
4
5
6
7
8
9
10
#[macro_use]
extern crate log;

extern crate futures;
extern crate linked_hash_map;
extern crate mio;
extern crate tokio_core;

mod cache;
pub use cache::*;