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

Checks the given Repository for the latest compatible release.

Might not necessarily be the latest version but rather is the latest version that has a release for the user’s platform. Will return an error if there is connectivity issues or no releases were found for the user’s platform.