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

#37 in Unix APIs

Download history 34841/week @ 2025-01-01 55355/week @ 2025-01-08 55101/week @ 2025-01-15 61116/week @ 2025-01-22 57794/week @ 2025-01-29 62465/week @ 2025-02-05 56087/week @ 2025-02-12 58984/week @ 2025-02-19 62709/week @ 2025-02-26 68182/week @ 2025-03-05 68358/week @ 2025-03-12 53429/week @ 2025-03-19 48040/week @ 2025-03-26 59755/week @ 2025-04-02 61423/week @ 2025-04-09 50628/week @ 2025-04-16

231,170 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