dbn 0.53.0

Library for working with Databento Binary Encoding (DBN)
Documentation
1
2
3
4
5
6
//! Encoding of DBN records into comma-separated values (CSV).

pub(crate) mod serialize;
mod sync;

pub use sync::{Encoder, EncoderBuilder};