An open API service indexing awesome lists of open source software.

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

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! 🌍");
```

![](https://i.imgur.com/vuQHhxp.png)

## 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.