Skip to main content

is_newer_version

Function is_newer_version 

Source
pub fn is_newer_version(current: &str, latest: &str) -> bool
Expand description

Compare two semver-like version strings. Returns true if latest is newer than current.