Module mitrid_core::utils::version[][src]

Type and constants used for versioning (semver).

Version

version is the module providing the Semver version type and constants.

Structs

Version

Type used to represent a Semver version.

Constants

BUILDMETA_VERSION

Regex pattern of a buildmeta version.

NUMERIC_VERSION

Regex pattern of a numeric version.

PRERELEASE_VERSION

Regex pattern of a prerelease version.

SEMVER_VERSION

Regex pattern of a Semver version.

VERSION

Current Semver version of the library.