Registry / serialization / xml-rsl

xml-rsl

JSON →
library0.2.0rscratesunverified

A SAX-like streaming XML parser, and a DOM-like interface based on that.

# Cargo.toml [dependencies] xml-rsl = "0.2.0"
INSTALL
IMPORT
SIG · XML-RSL
X
xml-rsl
serializationrustv0.2.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.

EventReader
✓ use xml_rsl::EventReader;

Parses XML using a streaming SAX-like event reader.

use xml_rsl::EventReader; fn main() { let xml = "<root><child/></root>"; let parser = EventReader::from_str(xml); for event in parser { println!("{:?}", event); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
29 hits · last 30 days
node
26
OpenAI (training)
1
Resources
xml-rsl — cargo add xml-rsl · libregistry