lenient_version 0.4.2

Version struct for Lenient parser for Semantic Version numbers.
Documentation

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