Crates.io | dbus-crossroads |
lib.rs | dbus-crossroads |
version | 0.5.2 |
source | src |
created_at | 2020-06-19 10:09:18.451335 |
updated_at | 2023-01-06 19:57:33.034992 |
description | Framework for writing D-Bus method handlers |
homepage | |
repository | https://github.com/diwic/dbus-rs/ |
max_upload_size | |
id | 255637 |
size | 195,640 |
dbus-crossroads is a library that helps you implement interfaces on object paths, i e "server side" method handler code.
It is not as mature as dbus::tree
yet, but the API should be fairly stable and easier
to use than dbus::tree
. Go ahead and use it, and report any issues you find!
To get started, you can jump into the commented examples, one for sync one for async (dbus-tokio), and one slightly more advanced, or familiarize yourself using the API reference.
Design decisions (compared to dbus::tree
):
Send
(but not Sync
).