node-html-parser 0.1.1

Fast HTML parser for Rust & WASM producing a lightweight DOM with CSS selector querying.
Documentation
1
2
3
4
// Placeholder querying helpers mirroring js/css-select helpers/querying.ts signatures.

pub fn find_all() {}
pub fn find_one() {}