Function 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.