Crate dbz_lib

source ·
Expand description

A crate for reading DBZ files and converting them to other OutputEncodings.

Structs

Object for reading, parsing, and serializing a Databento Binary Encoding (DBZ) file.
A consuming iterator over a Dbz. Lazily decompresses and translates the contents of the file or other buffer. This struct is created by the Dbz::try_into_iter method.
The resolved symbol for a date range.
Information about the data contained in a DBZ file.
A native symbol and its symbol mappings for different time ranges within the query range.

Enums

An encoding that DBZs can be translated to.

Functions

Incrementally serializes the records in iter in the DBZ format to writer.
Incrementally serializes the records in iter in the DBZ format to writer.