Module codecs::decoding

source ·
Expand description

A collection of support structures that are used in the process of decoding bytes into events.

Re-exports§

Modules§

  • A collection of formats that can be used to convert from byte frames to structured events.
  • A collection of framing methods that can be used to convert from byte frames with defined boundaries to byte chunks.

Enums§

  • Parse structured events from bytes.
  • Deserializer configuration.
  • An error that occurred while decoding structured events from a byte stream / byte messages.
  • Produce byte frames from a byte stream / byte message.
  • Framing configuration.

Traits§