pub fn compare_versions(a: &str, b: &str) -> Option<Ordering>
Compare two version labels. Returns None if either side fails to parse.
None