Structs§
- The version and architecture of a build tool
- An epoch of a package
- A pkgrel of a package
- A pkgver of a package
- The schema version of a type
- A version of a package
- An iterator over the variants of VersionComparison
- A version requirement, e.g. for a dependency package.
- This struct represents a single segment in a version string.
VersionSegment
s are returned by the VersionSegments iterator, which is responsible for splitting a version string into its segments. - 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§
- Specifies the comparison function for a
VersionRequirement
.