[][src]Function librarian::extract_archive

pub fn extract_archive<T: AsRef<Path> + ?Sized>(
    archive: &T,
    target: Option<&Path>
) -> Result<PathBuf, ExtractError>

Extract the archive and return the path to the extracted files. Only zip archives are supported for now.