Systemdzbus
Interact with systemd through DBus with a convenient rust interface. All of the code was 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.
Usage
To find out more about how to use the Connection, see the zbus library.
use ;
async
Because this is literally just the zbus library, and I contributed absolutely nothing special, I think it is async runtime agnostic. I don't know, I've used smol and tokio.
Purpose
The entire use of this project was for me to get documentation for the automatic types generated by 'zbus-xmlgen'. I got tired of reading through the man pages, so I brought the man pages into the function definitions.