Crate dbn

source ·
Expand description

A crate for reading DBN and legacy DBZ files and converting them to other Encodings.

Re-exports

Modules

  • Contains dataset code constants.
  • Decoding DBN and Zstd-compressed DBN files and streams. Decoders implement the DecodeDbn trait.
  • Encoding DBN and Zstd-compressed DBN files and streams. Encoders implement the EncodeDbn trait.
  • Enums used in Databento APIs.
  • Types for errors that can occur while working with DBN.
  • Helper macros for working with multiple RTypes, Schemas, and record types.
  • Contains Metadata struct which comes at the beginning of any DBN file or stream and MetadataBuilder for creating a Metadata with defaults.
  • Contains new types for pretty-printing values found in DBN records.
  • Enumerations for different data sources, venues, and publishers.
  • Market data types for encoding different Databento Schemas and conversion functions.
  • The RecordRef struct for non-owning references to DBN records.

Macros

Constants