docs.rs failed to build dbn-0.43.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
dbn-0.46.0
dbn
The official crate for working with Databento Binary Encoding (DBN). For more information about DBN, read our introduction to DBN.
Check out the databento crate for the official Databento Rust client.
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.