Registry / serialization / strong-xml

strong-xml

JSON →
library0.6.3rscratesunverified

Strong typed XML parsing and building based on xmlparser.

# Cargo.toml [dependencies] strong-xml = "0.6.3"
INSTALL
IMPORT
SIG · STRONG-XML
S
strong-xml
serializationrustv0.6.3
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.

XmlReader
use strong_xml::XmlReader;

Parse an XML string into events using the strong-typed reader.

use strong_xml::XmlReader; fn main() { let xml = r"<root><item>value</item></root>"; let reader = XmlReader::from_str(xml).unwrap(); for event in reader { println!("{:?}", event); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
strong-xml — cargo add strong-xml · libregistry