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.

Usage

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

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

Then, add this to your crate root:

rust extern crate eventual;