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

#36 in Operating systems

Download history 70193/week @ 2024-08-01 86665/week @ 2024-08-08 83471/week @ 2024-08-15 89721/week @ 2024-08-22 78386/week @ 2024-08-29 81937/week @ 2024-09-05 72200/week @ 2024-09-12 59888/week @ 2024-09-19 59743/week @ 2024-09-26 64521/week @ 2024-10-03 55517/week @ 2024-10-10 53900/week @ 2024-10-17 47520/week @ 2024-10-24 47925/week @ 2024-10-31 51650/week @ 2024-11-07 50911/week @ 2024-11-14

208,063 downloads per month
Used in 30 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