async-rustbus 0.2.0

An asynchronous implementation of the DBus protocol based on rustbus
Documentation
1
2
3
4
5
6
7

From rust

RUN apt-get update && apt-get install -y dbus dbus-tests
COPY entrypoint.sh /entrypoint.sh

ENTRYPOINT ["/entrypoint.sh"]