pub fn is_version_newer(candidate: &str, installed: &str) -> bool
True when candidate is strictly newer than installed.
candidate
installed