Crate dbus_bytestream [stability]
[-] [+]
[src]
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. |