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§
- Canon
Version - A
MAJOR.MINOR.PATCHversion as released by the canon. - Version
Error - Rejection of a string that is not a strict
X.Y.Ztriple.