Function sevenz_rust::compress

source ·
pub fn compress<W: Write + Seek>(
    src: impl AsRef<Path>,
    dest: W
) -> Result<W, Error>
Expand description

hepler function to compress src path to dest writer