ConstantsΒ§
- UNQUOTED_
STRING π
FunctionsΒ§
- document π
- Parse a TOML Document
- eof π
- ignore_
to_ πnewline - ignore_
to_ πvalue_ close - Donβt bother recovering until the matching
TokenKind - key π
- Parse a TOML key
- next_
token_ πif - on_
array_ πopen - Parse an array
- on_
comment π - Start EOL from
TokenKind::Comment - on_
expression_ πdot - on_
expression_ πkey - Start an expression from a key compatible token type
- on_
expression_ πkey_ val_ sep - on_
inline_ πtable_ open - Parse an inline table
- on_
missing_ πexpression_ key - on_
missing_ πkey - on_
missing_ πstd_ table - on_
scalar π - Parse a scalar value
- on_
table π - Start a table from the open token
- opt_
dot_ πkeys - Start a key from the first key compatible token type
- opt_
whitespace π - Parse whitespace, if present
- parse_
document - Parse lexed tokens into
Events - parse_
key - Parse lexed tokens into
Events - parse_
simple_ key - Parse lexed tokens into
Events - parse_
value - Parse lexed tokens into
Events - seek π
- simple_
key π - Parse a TOML simple key
- value π
- Parse a value
- ws_
comment_ πnewline - Parse EOL decor, if present
Type AliasesΒ§
- Stream π