9 releases

0.4.2 Jul 3, 2024
0.4.1 Aug 31, 2022
0.4.0 Jan 12, 2022
0.3.0 Feb 25, 2021
0.1.0 Sep 22, 2019

#43 in Operating systems

Download history 49627/week @ 2024-03-31 49057/week @ 2024-04-07 52824/week @ 2024-04-14 56878/week @ 2024-04-21 55586/week @ 2024-04-28 65446/week @ 2024-05-05 54254/week @ 2024-05-12 54244/week @ 2024-05-19 53561/week @ 2024-05-26 56097/week @ 2024-06-02 55011/week @ 2024-06-09 59108/week @ 2024-06-16 70738/week @ 2024-06-23 76649/week @ 2024-06-30 75274/week @ 2024-07-07 67621/week @ 2024-07-14

293,540 downloads per month
Used in 25 crates (16 directly)

MIT/Apache

16KB
249 lines

sd-notify

Actions Status Latest Version API docs

A lightweight (no dependencies) crate for sending systemd service state notifications.

Quick start

let _ = sd_notify::notify(true, &[NotifyState::Ready]);

Releases

Release notes are available in CHANGELOG.md.

License

This project is licensed under either of

at your option.

No runtime deps