dataloader 0.2.0

Rust implementation of Facebook's DataLoader using futures and tokio-core.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "dataloader"
version = "0.2.0"
authors = ["cksac <cs.cksac@gmail.com>"]
description = "Rust implementation of Facebook's DataLoader using futures and tokio-core."
keywords = ["batcher", "dataloader", "cache"]
categories = ["Asynchronous", "Caching"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/cksac/dataloader-rs"
homepage = "https://github.com/cksac/dataloader-rs"

[dependencies]
futures = "0.1"
tokio-core = "0.1"