znotify 0.1.1

Notify SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# rs-sdk
[![Crates.io](https://img.shields.io/crates/v/znotify)](https://crates.io/crates/znotify)
[![Docs.rs](https://docs.rs/znotify/badge.svg)](https://docs.rs/znotify)
[![dependency status](https://deps.rs/repo/github/ZNotify/rs-sdk/status.svg)](https://deps.rs/repo/github/ZNotify/rs-sdk)
[![Tests](https://github.com/ZNotify/rs-sdk/actions/workflows/test.yml/badge.svg)](https://github.com/ZNotify/rs-sdk/actions/workflows/test.yml)

Rust SDK for Notify

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
znotify = "0.0.2"
```