Crate ver_cmp

Crate ver_cmp 

Source

Functionsยง

compare_versions
Compares two versions in the format x.y.z and returns the ordering
greater_ver
Returns the greater of two versions in the x.y.z format
is_ver_between
Returns true if the version is between the lower and upper bounds
lesser_ver
Returns the lesser of two versions in the x.y.z format