Module version

Source

Structs§

BuildToolVersion
The version and architecture of a build tool
Epoch
An epoch of a package
PackageRelease
The release version of a package.
PackageVersion
A pkgver of a package
SchemaVersion
The schema version of a type
Version
A version of a package
VersionComparisonIter
An iterator over the variants of VersionComparison
VersionRequirement
A version requirement, e.g. for a dependency package.
VersionSegments
An Iterator over all VersionSegments of an upstream version string. Check the documentation on VersionSegment to see how a string is split into segments.

Enums§

VersionComparison
Specifies the comparison function for a VersionRequirement.
VersionSegment
This enum represents a single segment in a version string. VersionSegments are returned by the VersionSegments iterator, which is responsible for splitting a version string into its segments.