Crate lenient_semver_parser

Crate lenient_semver_parser 

Source
Expand description

Lenient parser for Semantic Version numbers.

Structs§

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

Enums§

ErrorKind
Possible errors that can happen. These don’t include an information as those are covered by various error methods like Error::erroneous_input.

Traits§

VersionBuilder
Trait to abstract over version building.

Functions§

parse
Parse a string slice into a Version.