Expand description
Platform-specific stream utilities.
This module provides a unified BoxStream
+ StreamExt
class for working
with boxed streams across different platforms. On native platforms,
streams can be Send
, but on Wasm they cannot. This module abstracts
over that difference.
Traits§
- Stream
Ext - An extension trait for
Stream
s that provides a variety of convenient combinator functions.