greater_than

Function greater_than 

Source
pub fn greater_than(version1: &str, version2: &str) -> Result<bool>
Expand description

Check if version1 > version2.

ยงErrors

Returns an error if either version string is invalid.