Module document

Module document 

Source

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 πŸ”’