Crate wikitext_parser

source ·
Expand description

Parse wikitext into a semantic representation.

Structs

  • An attribute of e.g. a double brace expression.
  • A headline of a section of wikitext.
  • Error type of this crate.
  • A section of wikitext.
  • Some text, either a line or an argument to an expression.
  • A position in a text.
  • The root of a wikitext document.

Enums

Functions