Skip to main content

Module decode

Module decode 

Source
Expand description

This module provides functions that build decoding pipelines from raw source streams.

The primary exports are render_decode_delimited, and render_decode_cdcv2. See their docs for more details about their differences.

Structs§

YieldingIter
An iterator that yields with a None every so often.

Functions§

render_decode_cdcv2
Decode delimited CDCv2 messages.
render_decode_delimited
Decode already delimited records of data.