Crate lenient_semver_parser

Source
Expand description

Lenient parser for Semantic Version numbers.

Structs§

  • Possible errors that happen during parsing and the location of the token where the error occurred.
  • Owned version of Error which clones the input string.

Enums§

Traits§

Functions§

  • Parse a string slice into a Version.