fn is_newer(manifest_version: &str, installed_version: Option<&str>) -> boolExpand 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.