Function dragonfly_client_rs::client::extract_tarball
source ยท fn extract_tarball<R: Read>(response: R) -> Result<TempDir>
Expand description
Download and unpack a tarball, return the TempDir
containing the contents.
fn extract_tarball<R: Read>(response: R) -> Result<TempDir>
Download and unpack a tarball, return the TempDir
containing the contents.