Crate toml_parse

Source

Structs§

Formatter
Formatter impl’s Display so once format() has been called, the resulting text can be retrieved.
Matcher
Each Matcher field when matched to a heading or key token will be matched with .contains().
ParsedToml
Parser
Tokenizer

Enums§

TomlKind

Traits§

SyntaxNodeExtTrait

Functions§

parse_it
Parses the input into a Result<ParsedToml>.
sort_toml_items
walk
walk_tokens
walk_tokens_non_ws

Type Aliases§

SyntaxElement
SyntaxNode
SyntaxToken