Expand description
Additional stream combinators.
See what’s included in StreamTools trait docs.
§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 - Utilities for testing streams
Structs§
- Fast
Forward - Stream for the
fast_forwardmethod. - Flatten
Switch - Stream for the
flatten_switchmethod. - Record
Delay - Stream for the
record_delaymethod. - Sample
- Stream for the
samplemethod. - Throttle
Last - Stream for the
throttle_lastmethod.
Traits§
- Stream
Tools - An extension trait for the
Streamtrait that provides a variety of convenient combinator functions.