Skip to main content

encode_batch_into

Function encode_batch_into 

Source
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).