# Functions
Compare returns -1 if a is larger than b, 1 if b is larger than a and 0 if they are equal.
FindCompatibleInMap returns the next best compatible module version in versionsMap (library/protocol version -> application version).
MustParse is like Parse but panics on error.
Parses the version string into the Version type.
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author