⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

satisfies_range

Function satisfies_range 

Source
pub fn satisfies_range(version: &Version, range_expr: &str) -> bool
Expand description

Check if a version satisfies a range expression string.

Convenience function that parses and evaluates in one step.