Function extract

Source
pub async fn extract(
    url: &str,
    bytes: &Vec<u8>,
    out_dir: &Path,
) -> Result<Vec<PathBuf>>
Expand description

Extracts the compressed tar bytes to the out_dir.

ยงErrors

Returns an error if the extraction fails.