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
181 downloads per month
Used in 6 crates
10KB
176 lines
rust-notifica
Small, cross-platform Rust crate for sending system notifications
API
notifica::notify("<message title>", "<message body>");
Example
notifica::notify("Hello", "World! 🌍");
Similar libraries
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
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