| Crates.io | eventual |
| lib.rs | eventual |
| version | 0.1.7 |
| created_at | 2015-03-31 19:57:22.126781+00 |
| updated_at | 2016-05-04 21:03:53.762412+00 |
| description | Future & Stream abstraction |
| homepage | https://github.com/carllerche/eventual |
| repository | https://github.com/carllerche/eventual |
| max_upload_size | |
| id | 1747 |
| size | 125,356 |
Eventual provides a Future & Stream abstraction for Rust as well as a number of computation builders to operate on them.
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;