Crate yearly_version
source ·Expand description
§Title
Structs§
- SemVer version as defined by https://semver.org.
- The yearly version number, encoding with a 64bit unsigned integer
Enums§
- SemVer comparison operator:
=
,>
,>=
,<
,<=
,~
,^
,*
. - The error type for parsing a version number
Type Aliases§
- The result type for parsing a version number