#notifications #api #body #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

#426 in GUI

Download history 119/week @ 2024-12-07 89/week @ 2024-12-14 53/week @ 2024-12-21 43/week @ 2024-12-28 82/week @ 2025-01-04 246/week @ 2025-01-11 133/week @ 2025-01-18 69/week @ 2025-01-25 102/week @ 2025-02-01 83/week @ 2025-02-08 72/week @ 2025-02-15 116/week @ 2025-02-22 67/week @ 2025-03-01 76/week @ 2025-03-08 137/week @ 2025-03-15 437/week @ 2025-03-22

737 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.4MB
~24K SLoC