dbn
The official library for working with the Databento Binary Encoding (DBN, formerly DBZ).
Installation
To add the crate to an existing project, run the following command:
Usage
To read a DBN file with MBO data and print each row:
use ;
use StreamingIterator;
let mut dbn_stream = from_zstd_file?.?;
while let Some = dbn_stream.next
Documentation
See the docs for more detailed usage.
License
Distributed under the Apache 2.0 License.