pub fn max_compressed_size(cmp: Compression, sz: usize) -> usize
Expand description

Returns the maximum size of the compressed data according to the compression algorithm and src size.