systemdzbus 0.1.7

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
7
//! Main service in this crate
pub mod connection_level;
pub mod job;
pub mod systemctl_async;
pub mod systemctl_blocking;
pub mod unit;
pub mod unit_file;