All Projects → carllerche → Eventual

carllerche / Eventual

Licence: mit
A future & stream abstraction for Rust

Programming Languages

rust
11053 projects

This crate is deprecated!

This crate is deprecated in favor of futures.

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;
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].