Registry / utility / roxmltree

roxmltree

JSON →
library0.21.1rscratesunverified

Represent an XML as a read-only tree.

# Cargo.toml [dependencies] roxmltree = "0.21.1"
INSTALL
IMPORT
SIG · ROXMLTREE
R
roxmltree
utilityrustv0.21.1
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.

Document
use roxmltree::Document;

Parses an XML string into a read-only document tree.

use roxmltree::Document; let doc = Document::parse("<root><child/></root>").unwrap(); let root = doc.root_element();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.21.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
roxmltree — cargo add roxmltree · libregistry