pub fn bulk_encode_u32(buf: &mut [u8], values: &[u32]) -> Result<usize>Expand description
Encodes a slice of u32 values into buf, returning the total
encoded length.
Produces exactly the same bytes as bulk_encode, with fast
paths for runs of equal-length encodings.