pub fn compress(data: &[u8], level: CompressionLevel) -> StorageResult<Vec<u8>>Expand description
Compress data with the specified level
pub fn compress(data: &[u8], level: CompressionLevel) -> StorageResult<Vec<u8>>Compress data with the specified level