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

#37 in Operating systems

Download history 63215/week @ 2024-09-20 60379/week @ 2024-09-27 61942/week @ 2024-10-04 55111/week @ 2024-10-11 52835/week @ 2024-10-18 47027/week @ 2024-10-25 49364/week @ 2024-11-01 49954/week @ 2024-11-08 51894/week @ 2024-11-15 43302/week @ 2024-11-22 50106/week @ 2024-11-29 50497/week @ 2024-12-06 50519/week @ 2024-12-13 24738/week @ 2024-12-20 22489/week @ 2024-12-27 36158/week @ 2025-01-03

143,006 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