Module adder_codec_core::codec
source · Expand description
Expose public API for encoding and decoding
Modules
- Compressed codec utilities
- ADΔER stream decoder
- Filler for when generated ADΔER events need not be captured
- ADΔER stream encoder
- Raw codec utilities
Structs
- The metadata which stays the same over the course of an ADΔER stream
- Options related to encoder controls
Enums
- The encoder type, along with any associated options
- Allow the encoder to randomly drop events before compressing, if the event rate is too high
- Reorder the events according to their firing times
- Different options for what to with the events we’re given
Constants
- Current latest version of the codec.
Traits
- A trait for reading ADΔER data from a stream.
- A trait for writing ADΔER data to a stream.