#systemd #dbus #zbus #linux #async

zbus_systemd

A pure-Rust library to interact with systemd DBus services

17 releases

new 0.0.17 May 13, 2024
0.0.16 Mar 25, 2024
0.0.12 Feb 26, 2024
0.0.11 Dec 20, 2023
0.0.3 Feb 14, 2022

#209 in Unix APIs

Download history 94/week @ 2024-01-26 73/week @ 2024-02-02 134/week @ 2024-02-09 142/week @ 2024-02-16 318/week @ 2024-02-23 630/week @ 2024-03-01 520/week @ 2024-03-08 564/week @ 2024-03-15 700/week @ 2024-03-22 601/week @ 2024-03-29 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 538/week @ 2024-05-10

2,440 downloads per month
Used in 11 crates (via printnanny-dbus)

MIT/Apache

520KB
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