[go: up one dir, main page]

pub fn match_req(version: &Version, req: Option<&VersionReq>) -> bool
Expand description

Checks if a version satisfies the specifies the specified version requirement. If the requirement is None then it is also satisfied.