Crates.io | tokio-dbus |
lib.rs | tokio-dbus |
version | 0.0.17 |
source | src |
created_at | 2023-11-21 06:03:42.44785 |
updated_at | 2024-02-19 00:27:13.391977 |
description | Pure Rust D-Bus implementation for Tokio. |
homepage | https://github.com/udoprog/tokio-dbus |
repository | https://github.com/udoprog/tokio-dbus |
max_upload_size | |
id | 1043755 |
size | 214,620 |
An asynchronous D-Bus implementation for the Tokio ecosystem.
So far this is a fairly low-level implementation, but is sufficient to write efficient servers without some of the flair associated with other clients (like proxies generated from xml).
To currently see how it's used, see: