https://github.com/frewsxcv/rust-notifica
Small, cross-platform Rust crate for sending system notifications
https://github.com/frewsxcv/rust-notifica
notifications rust system-notifications
Last synced: about 2 months ago
JSON representation
Small, cross-platform Rust crate for sending system notifications
- Host: GitHub
- URL: https://github.com/frewsxcv/rust-notifica
- Owner: frewsxcv
- License: apache-2.0
- Created: 2019-04-08T01:46:47.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-04-18T13:23:38.000Z (about 2 years ago)
- Last Synced: 2024-10-10T20:14:56.096Z (8 months ago)
- Topics: notifications, rust, system-notifications
- Language: Rust
- Homepage: https://crates.io/crates/notifica
- Size: 34.2 KB
- Stars: 283
- Watchers: 3
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# rust-notifica
Small, cross-platform Rust crate for sending system notifications
## API
[API Documentation](https://docs.rs/notifica/)
```rust
notifica::notify("", "");
```## Example
```rust
notifica::notify("Hello", "World! 🌍");
```
## Similar libraries
- [notify-rust](https://github.com/hoodie/notify-rust)
## License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.