Registry / utility / swc-html-parser

swc-html-parser

JSON →
library23.0.0rscratesunverified

HTML parser for the swc project.

# Cargo.toml [dependencies] swc_html_parser = "23.0.0"
INSTALL
IMPORT
SIG · SWC-HTML-PARSER
S
swc-html-parser
utilityrustv23.0.0
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
use swc_html_parser::parse;

Parse an HTML string.

use swc_html_parser::parse; fn main() { let result = parse("<html></html>".to_string()); println!("Parsed HTML"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
23.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
swc-html-parser — cargo add swc-html-parser · libregistry