From a96e3b93773d1b3e23b7574a4a52b3af7ce98933 Mon Sep 17 00:00:00 2001 From: Deepesh Choudhary Date: Thu, 3 Jul 2025 17:38:14 +0530 Subject: [PATCH] Add dbus libraries --- data/crates.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/data/crates.json b/data/crates.json index 42999af..d7ca968 100644 --- a/data/crates.json +++ b/data/crates.json @@ -798,6 +798,27 @@ }] } ] + }, + { + "slug": "dbus", + "name": "D-Bus", + "description": "For cross-platform D-Bus clients and services.", + "purposes": [ + { + "name": "General Purpose", + "recommendations": [{ + "name": "zbus", + "notes": "A Rust-only (a)sync implementation of the protocol. Provides high-level proxies and zbus_xmlgen for scaffolding. Includes a book for D-Bus/zbus beginners." + }] + }, + { + "name": "Bindings", + "recommendations": [{ + "name": "dbus", + "notes": "Bindings for the battle-tested libdbus implementation. Has sister crates for asynchrony, codegen, etc." + }] + } + ] } ] },