Skip to main content

download_mem

Function download_mem 

Source
pub fn download_mem(
    client: &Client,
    base: &str,
    scope: &str,
    name: &str,
    dest_path: &Path,
) -> Result<u64, DownloadError>
Expand description

GET a sealed .mem archive from the registry, streaming into dest_path. Returns the number of bytes written.