zbus 3.8.0

API for D-Bus communication
Documentation
mod connection;
mod handshake;
mod socket;

pub use connection::Connection;
pub(crate) use handshake::*;
pub use socket::Socket;