Expand description
Stream extensions and utilities.
Modules§
- data
- Data stream abstractions and configuration.
- ext
- Stream extension traits.
- util
- Stream utility functions.
Structs§
- Exchange
Stream - An
ExchangeStreamis a communication protocol agnosticStream. It polls protocol messages from the innerStream, and transforms them into the desired output data structure.