Function get_zstd_compressed_size

Source
pub fn get_zstd_compressed_size(data: &[u8], level: i32) -> u64
Expand description

Determines the actual size of the compressed data by compressing with a realistic compressor.