Registry / other / markup5ever-rcdom

markup5ever-rcdom

JSON →
library0.39.0+unofficialrscratesunverified

Basic, unsupported DOM structure for use by tests in html5ever/xml5ever.

# Cargo.toml [dependencies] markup5ever_rcdom = "0.39.0+unofficial"
INSTALL
IMPORT
SIG · MARKUP5EVER-RCDOM
M
markup5ever-rcdom
otherrustv0.39.0+unofficial
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.

RcDom
use markup5ever_rcdom;

Provides a simple reference-counted DOM for testing HTML/XML parsing.

use markup5ever_rcdom::RcDom; fn main() { let dom = RcDom::default(); println!("DOM created: {:?}", dom.document); }
Debug
Known issues
gotchaNot intended for production use; may have performance or correctness issues.
fix
Use a more robust DOM implementation for production.
affects: >=0.1.0
Upgrade
Version history
0.39.0+unofficiallatest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
markup5ever-rcdom — cargo add markup5ever-rcdom · libregistry