pub fn parse_version(s: &str) -> Option<(&str, &str)>
Expand description

Parse a model version string into its model and version parts.