pub fn parse_version(raw: &str) -> Option<ParsedVersion>Expand description
Parse a version string; returns None when no numeric triple is found.
pub fn parse_version(raw: &str) -> Option<ParsedVersion>Parse a version string; returns None when no numeric triple is found.