Skip to main content

unzip

Function unzip 

Source
pub fn unzip<T, R>(reader: T, out_dir: R) -> Result<(), Error>
where T: Read + Seek, R: AsRef<Path>,