Skip to main content

encode_many

Function encode_many 

Source
pub fn encode_many(ids: &[Uuid]) -> Vec<u8> 
Expand description

Format many UUIDs into ONE contiguous buffer (each 36 bytes, \n-free), zero per-id allocation — the bulk path a database column / log stream wants. Returns the packed 36·n-byte buffer.