pub fn compress(buf: &[u8], preset: u32) -> Result<Vec<u8>, LzmaError>
Compress buf and return the result.
buf
preset is [0-9] and corresponds to xz’s presets. Binary-or with EXTREME_PRESET for –extreme (e.g. 9 | EXTREME_PRESET).