pub fn encode_batch_into(buf: &mut Vec<u8>, params: &BatchParams<'_>)Expand description
Encode a Batch into a caller-owned buffer (avoids allocation when buffer is reused).
pub fn encode_batch_into(buf: &mut Vec<u8>, params: &BatchParams<'_>)Encode a Batch into a caller-owned buffer (avoids allocation when buffer is reused).