futures-preview 0.3.0-alpha.16

An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces.
Documentation
#![cfg_attr(feature = "nightly", feature(proc_macro, generators))]

#[cfg(feature = "nightly")]
mod async_await;