#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

#425 in GUI

Download history 56/week @ 2024-07-22 141/week @ 2024-07-29 107/week @ 2024-08-05 54/week @ 2024-08-12 74/week @ 2024-08-19 225/week @ 2024-08-26 116/week @ 2024-09-02 146/week @ 2024-09-09 94/week @ 2024-09-16 93/week @ 2024-09-23 62/week @ 2024-09-30 45/week @ 2024-10-14 89/week @ 2024-10-21 52/week @ 2024-10-28 37/week @ 2024-11-04

223 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