Registry / utility / xmlem
library0.4.1rscratesunverified

XML DOM implementation with pretty printing.

# Cargo.toml [dependencies] xmlem = "0.4.1"
INSTALL
IMPORT
SIG · XMLEM
X
xmlem
utilityrustv0.4.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 xmlem::Document;

Parses an XML string into a DOM document and prints it with pretty formatting.

use xmlem::Document; fn main() { let doc = Document::from_str("<root><child/></root>").unwrap(); println!("{}", doc.to_string_pretty()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
OpenAI (training)
1
Resources
xmlem — cargo add xmlem · libregistry