pub fn get_link_for_version(
    repo_link: &str,
    version: &Version
) -> Result<String, Error>
Expand description

Checks the given Repository for the compatible release of the given version.

If there isn’t any release for that version then it will return an Error.