//#![feature(extern_prelude)]
//! This crate is build for easy convertion from generators to iterators,
//! and for `chaining` generators in different kinds of ways.
/// A macro that first yields all items in the provided Generator, gives the ability to bind the return value of the Generator to a variable.
extern crate futures;