Expand description
A crate for reading DBN and legacy DBZ files and converting them to other
Encodings.
Re-exports
pub use crate::metadata::MappingInterval;pub use crate::metadata::Metadata;pub use crate::metadata::MetadataBuilder;pub use crate::metadata::SymbolMapping;
Modules
- Decoding DBN and Zstd-compressed DBN files and streams. Decoders implement the
DecodeDbntrait. - Encoding DBN and Zstd-compressed DBN files and streams. Encoders implement the
EncodeDbntrait. - Enums used in Databento APIs.
- Types for errors that can occur in databento-defs and dependent crates.
- Contains
Metadatastruct which comes at the beginning of any DBN file or stream andMetadataBuilderfor creating aMetadatawith defaults. - Market data types for encoding different Databento
Schemas and conversion functions.
Constants
- The current version of the DBN encoding, which is different from the crate version.