Registry / other / swc-html-visit

swc-html-visit

JSON →
library23.0.0rscratesunverified

Visitor for HTML.

# Cargo.toml [dependencies] swc_html_visit = "23.0.0"
INSTALL
IMPORT
SIG · SWC-HTML-VISIT
S
swc-html-visit
otherrustv23.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.

Visit
use swc_html_visit::Visit;

Implements a visitor for HTML nodes.

use swc_html_visit::Visit; struct MyVisitor; impl Visit for MyVisitor {} fn main() { let visitor = MyVisitor; println!("Visitor created"); }
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
9 hits · last 30 days
node
8
Resources
swc-html-visit — cargo add swc-html-visit · libregistry