Skip to main content

zip

Function zip 

Source
pub fn zip(
    bytes: &[u8],
    dest: &Path,
    strip_prefix: Option<&str>,
    select: Select<'_>,
) -> Result<usize, Box<dyn Error>>
Expand description

Extract a zip archive into dest. Returns the number of files written.