#notifications #cross-platform #system #title #sending #message #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

#444 in GUI

Download history 129/week @ 2024-03-11 47/week @ 2024-03-18 25/week @ 2024-03-25 96/week @ 2024-04-01 35/week @ 2024-04-08 49/week @ 2024-04-15 47/week @ 2024-04-22 42/week @ 2024-04-29 45/week @ 2024-05-06 52/week @ 2024-05-13 60/week @ 2024-05-20 45/week @ 2024-05-27 42/week @ 2024-06-03 31/week @ 2024-06-10 53/week @ 2024-06-17 47/week @ 2024-06-24

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