4 stable releases

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

#2666 in Parser implementations

Download history 82/week @ 2024-09-27 3681/week @ 2024-10-04 8864/week @ 2024-10-11 10606/week @ 2024-10-18 15280/week @ 2024-10-25 22840/week @ 2024-11-01 20806/week @ 2024-11-08 20593/week @ 2024-11-15 21467/week @ 2024-11-22 24064/week @ 2024-11-29 24077/week @ 2024-12-06 25368/week @ 2024-12-13 15979/week @ 2024-12-20 18206/week @ 2024-12-27 22878/week @ 2025-01-03 20212/week @ 2025-01-10

80,649 downloads per month
Used in 68 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
~84K SLoC