#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

#422 in GUI

Download history 51/week @ 2024-10-29 31/week @ 2024-11-05 53/week @ 2024-11-12 91/week @ 2024-11-19 137/week @ 2024-11-26 77/week @ 2024-12-03 139/week @ 2024-12-10 51/week @ 2024-12-17 78/week @ 2024-12-24 25/week @ 2024-12-31 161/week @ 2025-01-07 229/week @ 2025-01-14 109/week @ 2025-01-21 25/week @ 2025-01-28 139/week @ 2025-02-04 86/week @ 2025-02-11

379 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.4MB
~25K SLoC