Registry / other / minidom

minidom

JSON →
library0.19.0rscratesunverified

A small, simple DOM implementation on top of rxml, targeting the subset of XML useful for XMPP.

# Cargo.toml [dependencies] minidom = "0.19.0"
INSTALL
IMPORT
SIG · MINIDOM
M
minidom
otherrustv0.19.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.

Element
use minidom;

Parses and manipulates XML documents, optimized for XMPP use cases.

use minidom::Element; fn main() { let elem: Element = "<root attr='value'/>".parse().unwrap(); println!("Element: {:?}", elem); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.19.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources