Skip to main content

is_newer

Function is_newer 

Source
fn is_newer(manifest_version: &str, installed_version: Option<&str>) -> bool
Expand description

Returns true if manifest_version is strictly newer than installed_version. Uses semver comparison when both parse as semver (with optional v prefix). For non-semver strings, returns true unless they are identical.