Crate lenient_version

Source
Expand description

Lenient semantic version.

Companion version struct for the lenient_semver_parser parser. Compared to [semver::Version], this version:

  • Supports additional numeric identifiers (e.g. 1.2.3.4.5)
  • Does not allocate Strings for metadata Compared to [semver::Version] <= 0.11, this version:
  • Does not allocate Vectors for metadata

Structsยง

  • Additional numeric identifiers, not part of the semver spec.
  • The build segment of a semantic Version.
  • The pre-release segment of a semantic Version.
  • Represents a lenient semantic version number.