Ntfy SDK
Description
Ntfy client library to send notifications from Rust.
Example
= "0.2"
= { = "1", = ["full"] }
use ;
async
More examples can be found in the examples directory.
Crate Feature Flags
The following crate feature flags are available:
| Feature | Default | Description |
|---|---|---|
blocking |
No | Needed if you want to use this library in not async/await context |
## License
This project is distributed under the MIT software license - see the [LICENSE](LICENSE) file for details