⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

compress

Function compress 

Source
pub fn compress(
    data: &[u8],
    compression: Compression,
) -> Result<Vec<u8>, CompressionError>
Expand description

Compress data using specified algorithm