Re-exports

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

Modules

Traits

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