Crate marigold_impl
source ·Re-exports
pub use futures;
pub use collect_and_apply::CollectAndAppliable;
pub use combinations::Combinable;
pub use keep_first_n::KeepFirstN;
pub use marifold::Marifold;
pub use permutations::Permutable;
pub use arrayvec;
pub use gen_nested_iter_yield;
pub use genawaiter;
pub use once_cell;
Modules
Traits
An extension trait for
Stream
s that provides a variety of convenient
combinator functions.