Available on crate feature std only.
Expand description

Stream reader.

Deprecated

This module defines StreamReader struct and its implementation which is used for parsing incoming stream into separate Decodables, handling assembling messages from multiple packets or dealing with partial or multiple messages in the stream (like can happen with reading from TCP socket)

Structs