Registry / serialization / sxd-document

sxd-document

JSON →
library0.3.2rscratesunverified

A Rust XML DOM library.

# Cargo.toml [dependencies] sxd-document = "0.3.2"
INSTALL
IMPORT
SIG · SXD-DOCUMENT
S
sxd-document
serializationrustv0.3.2
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_string
use sxd_document::parser::parse_string;

Parse an XML string into a DOM document.

use sxd_document::parser::parse_string; fn main() { let xml = "<root><child/></root>"; let doc = parse_string(xml).unwrap(); println!("Parsed XML document"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
sxd-document — cargo add sxd-document · libregistry