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:test-util: Exposes utilities for testing streams, in particular:
Modules
test_util
test-utilUtilities for testing streams
Structs
Stream for the
fast_forward method.Stream for the
flatten_switch method.RecordDelay
test-utilStream for the
record_delay method.ThrottleLast
tokio-timeStream for the
throttle_last method.Traits
An extension trait for the
Stream trait that provides a variety of
convenient combinator functions.