8 releases

0.4.1 Aug 31, 2022
0.4.0 Jan 12, 2022
0.3.0 Feb 25, 2021
0.2.0 Feb 18, 2021
0.1.0 Sep 22, 2019

#48 in Operating systems

Download history 44349/week @ 2024-01-07 46135/week @ 2024-01-14 58563/week @ 2024-01-21 52590/week @ 2024-01-28 49869/week @ 2024-02-04 50896/week @ 2024-02-11 76241/week @ 2024-02-18 76001/week @ 2024-02-25 59400/week @ 2024-03-03 60919/week @ 2024-03-10 51387/week @ 2024-03-17 48408/week @ 2024-03-24 49627/week @ 2024-03-31 49057/week @ 2024-04-07 52824/week @ 2024-04-14 53160/week @ 2024-04-21

207,876 downloads per month
Used in 22 crates (14 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