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

#35 in Unix APIs

Download history 24738/week @ 2024-12-20 22489/week @ 2024-12-27 47080/week @ 2025-01-03 57015/week @ 2025-01-10 52839/week @ 2025-01-17 63428/week @ 2025-01-24 55948/week @ 2025-01-31 62676/week @ 2025-02-07 55365/week @ 2025-02-14 61032/week @ 2025-02-21 65259/week @ 2025-02-28 70393/week @ 2025-03-07 64076/week @ 2025-03-14 48421/week @ 2025-03-21 52305/week @ 2025-03-28 58195/week @ 2025-04-04

237,675 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