Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 877 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 877 Bytes

zbus_xml

API to handle D-Bus introspection XML.

Thanks to the org.freedesktop.DBus.Introspectable interface, objects may be introspected at runtime, returning an XML string that describes the object.

This crate provides facilities to parse the XML data into more convenient Rust structures. The XML string may be parsed to a tree with Node::from_reader.

Status: Stable.