Registry / other / kuchikiki

kuchikiki

JSON →
library0.8.2rscratesunverified

HTML tree manipulation library for Rust.

# Cargo.toml [dependencies] kuchikiki = "0.8.2"
INSTALL
IMPORT
SIG · KUCHIKIKI
K
kuchikiki
otherrustv0.8.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

parse_html
use kuchikiki::parse_html;

Parse an HTML string into a document tree.

use kuchikiki::parse_html; fn main() { let document = parse_html().one("<html><body>Hello</body></html>"); println!("Parsed HTML"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
kuchikiki — cargo add kuchikiki · libregistry