Crate streamtools
source ·Expand description
Additional stream combinators.
Feature flags
tokio-time: Enables combinators which depend on the tokio crate and its time feature, in particular:
Structs
Stream for the
fast_forward method.Stream for the
flatten_switch method.Traits
An extension trait for the
Stream trait that provides a variety of
convenient combinator functions.