Crate kuchikiki

source ·
Expand description

Kuchikiki (口利き) is an HTML tree manipulation library for Rust.

Modules

  • Node iterators
  • This module re-exports a number of traits that are useful when using Kuchikiki. 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.