systemdzbus 0.1.5

Interact with systemd through DBus with a convenient rust interface. All of the initial types were automatically generated by the CLI tool 'zbus-xmlgen'. From here I just copied the documentation from the systemd man page to get good descriptions for each function.
Documentation
1
2
3
4
5
6
pub enum ConnectionLevel {
    /// Create a Connection to the session/user message bus.
    UserLevel,
    /// Create a Connection to the system-wide message bus.
    SystemLevel,
}