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.
- DbzStream
Iter - A consuming iterator over a
Dbz
. Lazily decompresses and translates the contents of the file or other buffer. This struct is created by theDbz::try_into_iter
method. - Mapping
Interval - The resolved symbol for a date range.
- Metadata
- Information about the data contained in a DBZ file.
- Symbol
Mapping - A native symbol and its symbol mappings for different time ranges within the query range.
Enums§
- Output
Encoding - An encoding that DBZs can be translated to.
Functions§
- write_
dbz - Incrementally serializes the records in
iter
in the DBZ format towriter
. - write_
dbz_ stream - Incrementally serializes the records in
iter
in the DBZ format towriter
.