Module parse

Source
Expand description

String parsing without structured semantics.

Structs§

ByteSearch
🌐 A utility struct for searching bytes in slices.
ParseFloatError
🚩 core An error which can be returned when parsing an float.
ParseIntError
🚩 core An error which can be returned when parsing an integer.

Enums§

ParseIntErrorKind
🚩+ core Kinds of errors that can cause parsing an integer to fail.