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