12 releases

0.4.5 Jan 18, 2025
0.4.3 Oct 5, 2024
0.4.2 Jul 3, 2024
0.4.1 Aug 31, 2022
0.1.1 Oct 20, 2019

#39 in Unix APIs

Download history 50896/week @ 2025-01-06 59333/week @ 2025-01-13 51409/week @ 2025-01-20 63780/week @ 2025-01-27 59807/week @ 2025-02-03 60788/week @ 2025-02-10 53546/week @ 2025-02-17 63259/week @ 2025-02-24 65015/week @ 2025-03-03 70276/week @ 2025-03-10 59472/week @ 2025-03-17 47366/week @ 2025-03-24 56408/week @ 2025-03-31 60731/week @ 2025-04-07 64391/week @ 2025-04-14 64337/week @ 2025-04-21

247,574 downloads per month
Used in 31 crates (20 directly)

MIT/Apache

25KB
393 lines

sd-notify

Actions Status Latest Version API docs

A lightweight 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

~49KB