Re-exports

pub use futures;
pub use combinations::Combinable;
pub use keep_first_n::KeepFirstN;
pub use permutations::Permutable;
pub use to_vec::Vectable;

Modules

Traits

An extension trait for Streams that provides a variety of convenient combinator functions.