Module streaming

Source
Expand description

Decoding structs and functions that support streaming frames.

The caller is responsible for managing any returned state for streaming frames.

Functionsยง

decode
Attempt to parse the contents of buf, returning the first valid frame and the number of bytes consumed.