zbus_xml

Crates.iozbus_xml
lib.rszbus_xml
version5.0.1
sourcesrc
created_at2024-02-12 12:51:01.835287
updated_at2024-11-02 22:41:29.986994
descriptionAPI to handle D-Bus introspection XML
homepage
repositoryhttps://github.com/dbus2/zbus/
max_upload_size
id1136901
size18,271
Zeeshan Ali Khan (zeenix)

documentation

README

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.

Commit count: 5219

cargo fmt