pub async fn fetch_crate_gh_releases(
    _name: &str,
    _version: Option<&str>,
    _temp_dir: &Path
) -> Result<PathBuf, Error>
Expand description

Fetch a crate by name and version from github TODO: implement this