10 releases

0.4.3 Oct 5, 2024
0.4.2 Jul 3, 2024
0.4.1 Aug 31, 2022
0.4.0 Jan 12, 2022
0.1.0 Sep 22, 2019

#34 in Operating systems

Download history 83977/week @ 2024-07-20 80455/week @ 2024-07-27 74093/week @ 2024-08-03 84287/week @ 2024-08-10 87688/week @ 2024-08-17 87674/week @ 2024-08-24 80714/week @ 2024-08-31 75823/week @ 2024-09-07 65135/week @ 2024-09-14 60897/week @ 2024-09-21 63877/week @ 2024-09-28 59727/week @ 2024-10-05 54300/week @ 2024-10-12 52087/week @ 2024-10-19 46712/week @ 2024-10-26 50049/week @ 2024-11-02

213,942 downloads per month
Used in 29 crates (19 directly)

MIT/Apache

23KB
380 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.

Dependencies