1 2 3 4 5 6 7 8 9
// see https://dbus.freedesktop.org/doc/dbus-specification.html and // https://dbus.freedesktop.org/doc/api/html/structDBusHeader.html pub mod client; pub mod dbus; pub mod message; pub mod proxy; pub mod serialize; pub mod utils;