1 stable release

4.0.0 Feb 12, 2024

#2755 in Parser implementations

Download history 27/week @ 2024-02-09 56/week @ 2024-02-16 124/week @ 2024-02-23 178/week @ 2024-03-01 234/week @ 2024-03-08 243/week @ 2024-03-15 91/week @ 2024-03-22 71/week @ 2024-03-29 17/week @ 2024-04-05

451 downloads per month
Used in 4 crates

MIT license

530KB
13K SLoC

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.

Dependencies

~4MB
~71K SLoC