#notifications #system-notifications

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

#357 in GUI

Download history 81/week @ 2023-10-17 85/week @ 2023-10-24 82/week @ 2023-10-31 89/week @ 2023-11-07 64/week @ 2023-11-14 88/week @ 2023-11-21 85/week @ 2023-11-28 59/week @ 2023-12-05 92/week @ 2023-12-12 75/week @ 2023-12-19 68/week @ 2023-12-26 41/week @ 2024-01-02 83/week @ 2024-01-09 61/week @ 2024-01-16 64/week @ 2024-01-23 52/week @ 2024-01-30

268 downloads per month
Used in 6 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.2MB
~22K SLoC