pub async fn fetch_crate_cratesio(
    name: &str,
    version_req: &str,
    temp_dir: &Path
) -> Result<PathBuf, Error>
Expand description

Fetch a crate by name and version from crates.io