Function lzzzz::lz4::max_compressed_size

source ·
pub const fn max_compressed_size(original_size: usize) -> usize
Expand description

Calculates the maximum size of the compressed output.

If original_size is too large to compress, this returns 0.