sort_versions

Function sort_versions 

Source
fn sort_versions(versions: &mut [String])
Expand description

Sort version strings ascending, parsing them as semver where possible and falling back to lexical order for anything that doesn’t parse.