Module version_compare::comp_op[][src]

Expand description

Module with all supported comparison operators.

This module provides an enum with all comparison operators that can be used with this library. The enum provides various useful helper functions to inverse or flip an operator.

Methods like CompOp::from_sign(">"); can be used to get a comparison operator by it’s logical sign from a string.

Enums

Enum of supported comparison operators.