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§
- Possible errors that can happen. These don’t include an information as those are covered by various error methods like
Error::erroneous_input
.
Traits§
- Trait to abstract over version building.
Functions§
- Parse a string slice into a Version.