Skip to main content

Module version

Module version 

Source
Expand description

Canon version: one strict semantic-version triple.

Holds parsing, ordering, and rendering only. What a version difference means for an instance — compatible, upgradable, ahead — is the verifier’s and upgrader’s judgment, not this type’s.

Structs§

CanonVersion
A MAJOR.MINOR.PATCH version as released by the canon.
VersionError
Rejection of a string that is not a strict X.Y.Z triple.