Crate dbus_bytestream

Crate dbus_bytestream 

Source
Expand description

Native rust implementation of the D-Bus wire protocol. Supports TCP and UDS transports, as well as the EXTERNAL and ANONYMOUS authentication types.

Modulesยง

addr
connection
Deals with creating and using connections to dbus-daemon. The primary type of interest is the Connection struct
demarshal
marshal
message
Functions for creating and modifying messages to send across the message bus.