Structs§
- Build
Tool Version - The version and architecture of a build tool
- Epoch
- An epoch of a package
- Package
Release - The release version of a package.
- Package
Version - A pkgver of a package
- Schema
Version - The schema version of a type
- Version
- A version of a package
- Version
Comparison Iter - An iterator over the variants of VersionComparison
- Version
Requirement - A version requirement, e.g. for a dependency package.
- Version
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§
- Version
Comparison - Specifies the comparison function for a
VersionRequirement
. - Version
Segment - This enum represents a single segment in a version string.
VersionSegment
s are returned by theVersionSegments
iterator, which is responsible for splitting a version string into its segments.