Function miniz_oxide::deflate::compress_to_vec
source ยท pub fn compress_to_vec(input: &[u8], level: u8) -> Vec<u8>
Expand description
Compress the input data to a vector, using the specified compression level (0-10).
pub fn compress_to_vec(input: &[u8], level: u8) -> Vec<u8>
Compress the input data to a vector, using the specified compression level (0-10).