Module html5tokenizer::reader

source ·
Expand description

Provides the Reader trait (and implementations) used by the tokenizer.

Structs

  • A Read-based buffered Reader implementation that attempts to read UTF-8.
  • A helper struct to seek forwards and backwards in strings. Used by the tokenizer to read HTML from strings.

Traits

  • An object that can be converted into a Reader.
  • An object that provides characters to the tokenizer.