sort_versions_desc

Function sort_versions_desc 

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

Sort versions in descending order (newest first)

This function sorts a vector of version strings, placing the newest versions first. Versions that cannot be parsed are placed at the end.