Crate dbz_lib

Source
Expand description

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

Structs§

Dbz
Object for reading, parsing, and serializing a Databento Binary Encoding (DBZ) file.
DbzStreamIter
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.
MappingInterval
The resolved symbol for a date range.
Metadata
Information about the data contained in a DBZ file.
SymbolMapping
A native symbol and its symbol mappings for different time ranges within the query range.

Enums§

OutputEncoding
An encoding that DBZs can be translated to.

Functions§

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