Crate kuchiki

source
Expand description

Kuchiki (朽木), a HTML/XML tree manipulation library for Rust.

Modules§

  • Node iterators
  • This module re-exports a number of traits that are useful when using Kuchiki. It can be used with:

Structs§

Enums§

  • Node data specific to the node type.

Functions§

  • Parse an HTML fragment with html5ever and the default configuration.
  • Parse an HTML document with html5ever and the default configuration.
  • Parse an HTML document with html5ever with custom configuration.