Registry / serialization / hard-xml

hard-xml

JSON →
library1.41.0rscratesunverified

Strong typed XML parsing and manipulation based on xmlparser.

# Cargo.toml [dependencies] hard-xml = "1.41.0"
INSTALL
IMPORT
SIG · HARD-XML
H
hard-xml
serializationrustv1.41.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.

XmlDocument
use hard_xml::XmlDocument;

Parse and manipulate XML with strong typing.

use hard_xml::XmlDocument; fn main() { let doc = XmlDocument::from_str("<root><item/></root>").unwrap(); println!("{:?}", doc); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.41.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
hard-xml — cargo add hard-xml · libregistry