blaenk / eventual

A future & stream abstraction for Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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;

About

A future & stream abstraction for Rust

License:MIT License


Languages

Language:Rust 99.8%Language:Shell 0.2%