Module versions

Source

Structsยง

VersionPartsIter
An iterator which yields the parts of a version string.

Enumsยง

InternalPart ๐Ÿ”’
Type used to hold information about a VersionPart during creation
VersionPart
Version strings can be broken up into Parts. One Part represents either a string of digits or characters. โ€˜.โ€™ and โ€˜_โ€™ represent deviders between parts and are not included in any part.