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 decoders with metadata about what’s being decoded.
  • A trait alias for DBN decoders with metadata.
  • Trait for types that decode DBN records of a particular type.
  • Trait for types that decode references to DBN records of a dynamic type.
  • A trait for decoders that can be converted to streaming iterators.