#notifications #cross-platform #system #notify #title #sending #message

notifica

Small, cross-platform Rust crate for sending system notifications

7 stable releases

3.0.2 Feb 23, 2021
3.0.1 Jan 21, 2021
2.0.0 Jul 20, 2020
1.0.2 Apr 10, 2019
1.0.0 Apr 8, 2019

#408 in GUI

Download history 69/week @ 2024-09-26 34/week @ 2024-10-03 28/week @ 2024-10-10 76/week @ 2024-10-17 51/week @ 2024-10-24 51/week @ 2024-10-31 24/week @ 2024-11-07 53/week @ 2024-11-14 123/week @ 2024-11-21 128/week @ 2024-11-28 81/week @ 2024-12-05 129/week @ 2024-12-12 40/week @ 2024-12-19 72/week @ 2024-12-26 29/week @ 2025-01-02 159/week @ 2025-01-09

316 downloads per month
Used in 7 crates

MIT/Apache

10KB
176 lines

rust-notifica

Small, cross-platform Rust crate for sending system notifications

API

API Documentation

notifica::notify("<message title>", "<message body>");

Example

notifica::notify("Hello", "World! 🌍");

Similar libraries

License

Licensed under either of

at your option.


lib.rs:

Small, cross-platform Rust crate for sending system notifications

Examples

notifica::notify("Hello", "World! 🌍");

Dependencies

~0–1.4MB
~25K SLoC