Expand description
Encoding DBN and Zstd-compressed DBN files and streams. Encoders implement the
EncodeDbn trait.
Modules
- Encoding of DBN records into comma-separated values (CSV).
- Encoding DBN records into DBN, Zstandard-compressed or not.
- Encoding of DBN records into newline-delimited JSON (ndjson).
Structs
Enums
- Type for runtime polymorphism over whether encoding uncompressed or ZStd-compressed DBN records. Implements
std::io::Write.
Traits
- Trait for types that encode DBN records.