[−][src]Module version_compare::version
Version module, which provides the Version
struct as parsed version representation.
Version numbers in the form of a string are parsed to a Version
first, before any comparison
is made. This struct provides many methods and features for easy comparison, probing and other
things.
Structs
Version | Version struct, which is a representation for a parsed version string. |