Modules§
Structs§
- Uuid
- A Universally Unique Identifier (UUID).
- Version
- Represents a version number conforming to the semantic versioning scheme.
- Version
Req - A
VersionReq
is a struct containing a list of ranges that can apply to ranges of version numbers. Matching operations can then be done with theVersionReq
against a particular version to see if it satisfies some or all of the constraints.