//! Encoding DBN records into DBN, Zstandard-compressed or not.
/// Maximum number of `IoSlice`s to use in a single vectored write call.
const MAX_SLICES: usize = 128;
/// Increment added to a record's header `length` field (in `LENGTH_MULTIPLIER` units)
/// when appending a `ts_out` timestamp.
const TS_OUT_LEN: u8 = as u8;
pub use ;
pub use r#;