Skip to main content

Module encode

Module encode 

Source
Expand description

Encoder and Decoder traits for serializing and deserializing EventBatch.

Enums§

Error

Traits§

Decoder
A trait for components that convert a byte stream into an EventBatch.
DecoderConfig
Configuration trait for building decoders.
Encoder
A trait for components that convert an EventBatch into a byte stream.
EncoderConfig
Configuration trait for building encoders.

Type Aliases§

Result