Crate wikitext_parser

Source
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.
ParserError
Error type of this crate.
Section
A section of wikitext.
Text
Some text, either a line or an argument to an expression.
TextPosition
A position in a text.
Wikitext
The root of a wikitext document.

Enums§

ParserErrorKind
The kind of parser error.
TextFormatting
Format of formatted text.
TextPiece
A piece of text of a section of wikitext.

Functions§

parse_wikitext
Parse textual wikitext into a semantic representation.