From 46188a4f2b0f8ef6b2ad317139d4f8570b032987 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Khan Date: Wed, 14 Feb 2024 14:57:19 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20zbus=5Fxml=20to=20top-leve?= =?UTF-8?q?l=20repo=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cf17e3d6..84d1d8d9f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ The project is divided into the following subcrates: * [`zvariant`] and [`zvariant_derive`]: API for encoding/decoding of data to/from D-Bus wire format. * [`zbus_names`]: A collection of types for various [D-Bus bus names][dbn]. -* [`zbus_xmlgen`]: A developer tool to generate Rust code from D-Bus XML interface descriptions. +* [`zbus_xml`]: API to handle D-Bus introspection description XML. +* [`zbus_xmlgen`]: A developer tool to generate Rust code from D-Bus interface description XML. ## Getting Started @@ -131,6 +132,7 @@ There are many other D-Bus crates out there with various levels of maturity and [`zbus`]: zbus/README.md [`zbus_macros`]: zbus_macros/README.md [`zbus_names`]: zbus_names/README.md +[`zbus_xml`]: zbus_xml/README.md [`zbus_xmlgen`]: zbus_xmlgen/README.md [`zvariant`]: zvariant/README.md [`zvariant_derive`]: zvariant_derive/README.md