eventual

Crates.ioeventual
lib.rseventual
version0.1.7
sourcesrc
created_at2015-03-31 19:57:22.126781
updated_at2016-05-04 21:03:53.762412
descriptionFuture & Stream abstraction
homepagehttps://github.com/carllerche/eventual
repositoryhttps://github.com/carllerche/eventual
max_upload_size
id1747
size125,356
Team algorithmia (github:algorithmiaio:team-algorithmia)

documentation

https://carllerche.github.io/eventual/eventual

README

Eventual - Futures & Streams for Rust

Eventual provides a Future & Stream abstraction for Rust as well as a number of computation builders to operate on them.

Build Status

Usage

To use Eventual, first add this to your Cargo.toml:

[dependencies.eventual]
git = "https://github.com/carllerche/eventual"

Then, add this to your crate root:

extern crate eventual;
Commit count: 43

cargo fmt