6 releases

new 0.3.2 May 6, 2024
0.3.1 Apr 6, 2024
0.2.0 Feb 22, 2024
0.1.1 Aug 14, 2023
0.1.0 Dec 24, 2022

#304 in Unix APIs

Download history 1290/week @ 2024-01-21 1622/week @ 2024-01-28 1823/week @ 2024-02-04 2035/week @ 2024-02-11 1938/week @ 2024-02-18 2838/week @ 2024-02-25 2516/week @ 2024-03-03 2484/week @ 2024-03-10 2874/week @ 2024-03-17 2490/week @ 2024-03-24 3534/week @ 2024-03-31 3018/week @ 2024-04-07 2982/week @ 2024-04-14 2560/week @ 2024-04-21 2642/week @ 2024-04-28 2558/week @ 2024-05-05

10,926 downloads per month

MPL-2.0 license

250KB
4K SLoC

systemd-zbus

A wrapper around the dbus interfaces provided by systemd.

systemd-zbus aims to provide a convenient API abstraction of the dbus interface of systemd in rust, where possible parsing responses to concrete structs and enums.

Notes

This is a WIP, but entirely usable as it is. The generated methods from zbus-xmlgen all will work fine. The majority of these are untouched except for where the I/O of the API can benefit from some structs or enums to clarify and tidy things up.

PR's are welcome to help speed progress along. In reality there shouldn't be much to do.

Tests are lacking due to: most requiring root, and most generated methods should work without modification. Where the I/O of API was changed with struct or enums some tests were written to verify stuff.

Documentation is a little lacking but referring to https://www.freedesktop.org/software/systemd/man/systemctl.html can provide good insight as the API is generated directly from systemd dbus interface using zbus-xmlgen.

Dependencies

~8–19MB
~269K SLoC