pub async fn extract( url: &str, bytes: &Vec<u8>, out_dir: &Path, ) -> Result<Vec<PathBuf>>
Extracts the compressed tar bytes to the out_dir.
bytes
Returns an error if the extraction fails.