Expand description
Parse wikitext into a semantic representation.
Structs§
- Attribute
- An attribute of e.g. a double brace expression.
- Headline
- A headline of a section of wikitext.
- Parser
Error - Error type of this crate.
- Section
- A section of wikitext.
- Text
- Some text, either a line or an argument to an expression.
- Text
Position - A position in a text.
- Wikitext
- The root of a wikitext document.
Enums§
- Parser
Error Kind - The kind of parser error.
- Text
Formatting - Format of formatted text.
- Text
Piece - A piece of text of a section of wikitext.
Functions§
- parse_
wikitext - Parse textual wikitext into a semantic representation.