[][src]Crate lenient_version

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 (it still allocated vectors)

Structs

Version

Represents a lenient semantic version number.