Module adder_codec_core::codec

source ·
Expand description

Expose public API for encoding and decoding

Modules

Structs

  • The metadata which stays the same over the course of an ADΔER stream
  • Options related to encoder controls (what gets encoded and how) TODO: Move adu_interval into this, rather than be fixed for the whole compressed file

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

Traits