#systemd #dbus #zbus #linux #async

zbus_systemd

A pure-Rust library to interact with systemd DBus services

18 releases

0.25600.0 Jun 13, 2024
0.0.16 Mar 25, 2024
0.0.11 Dec 20, 2023
0.0.10 Jul 7, 2023
0.0.3 Feb 14, 2022

#97 in Unix APIs

Download history 426/week @ 2024-04-05 612/week @ 2024-04-12 680/week @ 2024-04-19 706/week @ 2024-04-26 422/week @ 2024-05-03 777/week @ 2024-05-10 529/week @ 2024-05-17 384/week @ 2024-05-24 415/week @ 2024-05-31 363/week @ 2024-06-07 300/week @ 2024-06-14 674/week @ 2024-06-21 360/week @ 2024-06-28 556/week @ 2024-07-05 1102/week @ 2024-07-12 997/week @ 2024-07-19

3,174 downloads per month
Used in 11 crates (via printnanny-dbus)

MIT/Apache

535KB
7.5K SLoC

zbus_systemd

crates.io Documentation

A pure-Rust library to interact with systemd DBus services.

zbus_systemd provides support for interacting with the suite of systemd services over DBus. This crate tries to cover all systemd interfaces, across all services.

Each service has its own dedicated module, which is auto-generated from current systemd definitions and can be activated through the corresponding Cargo feature:

  • home1: systemd-homed interfaces (org.freedesktop.home1)
  • hostname1: systemd-hostnamed interfaces (org.freedesktop.hostname1)
  • import1: systemd-importd interfaces (org.freedesktop.import1)
  • locale1: systemd-localed interfaces (org.freedesktop.locale1)
  • login1: systemd-logind interfaces (org.freedesktop.login1)
  • machine1: systemd-machined interfaces (org.freedesktop.machine1)
  • network1: systemd-networkd interfaces (org.freedesktop.network1)
  • oom1: systemd-oomd interfaces (org.freedesktop.oom1)
  • portable1: systemd-portabled interfaces (org.freedesktop.portable1)
  • resolve1: systemd-resolved interfaces (org.freedesktop.resolve1)
  • systemd1: systemd interfaces (org.freedesktop.systemd1)
  • timedate1: systemd-timedated interfaces (org.freedesktop.timedate1)

For a quickstart on how to use those interfaces, see the examples.

License

Licensed under either of

at your option.

Dependencies

~8–18MB
~267K SLoC