Skip to main content

below_minimum

Function below_minimum 

Source
pub fn below_minimum(raw: &str) -> bool
Expand description

Is raw below MIN_GATEWAY? Suffix- and short-form tolerant; unparseable → true — refuse safely rather than guess (CORE-08).

Note: the comparison target is the plain three-component semver 8.3.1semver::Version::parse is strict, so a four-component literal like "8.3.1.0" would NOT parse (the research sketch’s .0-appended constant would have made EVERY comparison fail).