Module parsoid::prelude

source ·
Expand description

Prelude to import to pull in traits and useful types

use parsoid::prelude::*;

Re-exports§

Structs§

  • Represents a gallery tag (<gallery>)
  • An immutable version of Wikicode that implements Send and Sync. It can be used interchangably with a normal Wikicode for API methods.
  • HTTP client to get Parsoid HTML from MediaWiki’s Rest APIs
  • Represents a MediaWiki template ({{foo}})

Traits§

  • Trait for Wikinodes that actually span multiple elements
  • Collection of iterators and mutators that allow operating on a tree of Wikinodes