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

#2791 in Parser implementations

Download history 29921/week @ 2025-02-04 30544/week @ 2025-02-11 36488/week @ 2025-02-18 40194/week @ 2025-02-25 45047/week @ 2025-03-04 54084/week @ 2025-03-11 49676/week @ 2025-03-18 51976/week @ 2025-03-25 47022/week @ 2025-04-01 50133/week @ 2025-04-08 40736/week @ 2025-04-15 47256/week @ 2025-04-22 37891/week @ 2025-04-29 45818/week @ 2025-05-06 40436/week @ 2025-05-13 35824/week @ 2025-05-20

167,285 downloads per month
Used in 94 crates (5 directly)

MIT license

430KB
10K 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
~92K SLoC