Module dbn::decode

source ·
Expand description

Decoding DBN and Zstd-compressed DBN files and streams. Decoders implement the DecodeDbn trait.

Re-exports

Modules

  • Decoding of DBN files.
  • dbzDeprecated
    Decoding of legacy DBZ files, a precursor to DBN.

Structs

Traits

  • Trait for types that decode DBN records of a particular type.
  • Trait for types that decode references to DBN records of a dynamic type.