Module stream

Source
Expand description

Stream utilities.

Modules§

indexed
merge

Structs§

ExchangeStream
An ExchangeStream is a communication protocol agnostic Stream. It polls protocol messages from the inner Stream, and transforms them into the desired output data structure.