pub fn archive_extract_all(archive: PathBuf, destination: PathBuf) -> Result<()>
Expand description
Entry Point: Extract all contents from the provided archive into the selected destination directory The destination directory will be created if not already available It detects if it is a compressed archive using the magic numbers from: https://www.garykessler.net/library/file_sigs.html