#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

#510 in GUI

Download history 7/week @ 2024-01-22 5/week @ 2024-02-05 25/week @ 2024-02-12 42/week @ 2024-02-19 64/week @ 2024-02-26 55/week @ 2024-03-04 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

188 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