4 stable releases

5.0.2 Jan 17, 2025
5.0.1 Nov 2, 2024
5.0.0 Oct 17, 2024
4.0.0 Feb 12, 2024

#2597 in Parser implementations

Download history 17774/week @ 2024-12-26 21288/week @ 2025-01-02 24695/week @ 2025-01-09 23043/week @ 2025-01-16 26217/week @ 2025-01-23 29006/week @ 2025-01-30 29625/week @ 2025-02-06 30937/week @ 2025-02-13 41661/week @ 2025-02-20 39246/week @ 2025-02-27 48344/week @ 2025-03-06 54434/week @ 2025-03-13 51556/week @ 2025-03-20 48072/week @ 2025-03-27 49641/week @ 2025-04-03 40307/week @ 2025-04-10

197,812 downloads per month
Used in 83 crates (5 directly)

MIT license

490KB
12K 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

~4.5MB
~93K SLoC