pub fn compact_bytes_len_from_size(n: usize) -> usize
Like compact_bytes_len but takes the byte-count directly rather than a slice. Useful when the content size is known without materialising the buffer.
compact_bytes_len