zbus_xml

Crates.iozbus_xml
lib.rszbus_xml
version5.0.2
created_at2024-02-12 12:51:01.835287+00
updated_at2025-01-17 14:12:45.762912+00
descriptionAPI to handle D-Bus introspection XML
homepage
repositoryhttps://github.com/dbus2/zbus/
max_upload_size
id1136901
size24,168
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: 5734

cargo fmt