Function minilzo3::compress[][src]

pub fn compress(input: &[u8], output: &mut [u8], header: bool) -> Result<usize>

Compress input into output buffer, optionally with a header written to the front of the output buffer.