pub fn compress_into_vec(
    data: &[u8],
    cmp: Compression
) -> Result<Vec<u8>, Error>
Expand description

Compresses the given data into a new vector.