You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 21, 2021. It is now read-only.
We picked dbus-rs for comms with dbus when we go started, which depends on the native libdbus.
Ideally we would want to move to a pure rust implementation which would make the agent binary more universal and easier to build.
There are a couple of libraries that I found:
And more, but these seemed like the main ones.
To me zbus looks very promising, but I have not taken an in depth look at any of them yet.