Enums§
Traits§
- Byte
String LiteralE - A trait for error types that can represent errors occurring when parsing a byte string literal.
- Float
LiteralE - A trait for error types that can represent errors occurring when parsing an integer literal.
- IntLiteralE
- A trait for error types that can represent errors occurring when parsing an integer literal.
- Utf8
String LiteralE - A trait for error types that can represent errors occurring when parsing a UTF-8 string literal.
- White
SpaceE - A trait for error types that can represent errors occurring when parsing whitespace.
Functions§
- parse_
byte_ string - Parse a byte string literal.
- parse_
float - Parse a floating-point number literal.
- parse_
int - Parse an integer literal.
- parse_
number - Parse number literal.
- parse_
utf8_ string - Parse a UTF-8 string literal.
- spaces
- Parse an arbitrary amount of whitespace.
- u8_
from_ binary - u8_
from_ decimal - u8_
from_ hex