Expand description
Parsing utilities.
Structs§
- Parse
IntError - Error with rich context returned when a string can’t be parsed as an integer.
Traits§
- Integer
- Not strictly necessary but serves as a lint - avoids weird behavior if someone accidentally
passes non-integer to the
parse()function.