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

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

#523 in GUI

Download history 54/week @ 2024-06-16 45/week @ 2024-06-23 7/week @ 2024-06-30 11/week @ 2024-07-07 34/week @ 2024-07-14 46/week @ 2024-07-21 75/week @ 2024-07-28 179/week @ 2024-08-04 57/week @ 2024-08-11 56/week @ 2024-08-18 200/week @ 2024-08-25 160/week @ 2024-09-01 140/week @ 2024-09-08 88/week @ 2024-09-15 104/week @ 2024-09-22 59/week @ 2024-09-29

402 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.3MB
~24K SLoC