-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make use of other d-bus library #25
Comments
It didn't exist when I was writing this, but yes, now that version 2 of zbus is released it could be an option, and being pure Rust would be nice. I don't have the time to rewrite everything and test it, but if you'd like to have a go you're welcome to. It will need to be tested fairly well before we can release though, because there are a bunch of different people using this library for a range of devices, either directly or via |
zbus author here. 👋
Just fyi, it was released beginning of this year and now we actually have 3.0 (which is almost the same API, except it provides much tighter tokio integration, when
Based on feedback and download statistics (we recently surpassed dbus-rs downloads on crates.io despite the multi-year headstart they had), I think you can assume it's fairly well-tested already. However, I'm biased of course so don't take my word for it. :) |
Oops, sorry. I misread that as "once zbus 2.0 is released". |
I mean that a rewrite of |
maybe
zbus
would be good? It's async, doesn't depend on any C library, so can be cross-compiled easily.The text was updated successfully, but these errors were encountered: