You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can send text messages(SMS, LMS, MMS), Kakao Alimtalk in Korea using this
4
+
package.
5
+
This package is 100% compatible with SOLAPI family services (CoolSMS and etc..).
6
+
7
+
## Installing
8
+
9
+
Add this to your `Cargo.toml`:
10
+
11
+
```toml
12
+
[dependencies]
13
+
solapi = "0.1.0"
14
+
```
15
+
16
+
Or use the `cargo add` command:
17
+
18
+
```bash
19
+
cargo add solapi
20
+
```
21
+
22
+
## Usage
23
+
24
+
See [examples folders](https://github.com/solapi/solapi-rust/tree/master/examples)
25
+
26
+
## Opening Issues
27
+
28
+
If you've encountered a bug with the SOLAPI SDK for Rust, we'd love to hear about it.
29
+
Before opening a new issue, please check the [existing issues](https://github.com/solapi/solapi-rust/issues) to see if your problem has already been reported.
30
+
It's helpful to include the SDK version, your Rust version, and the OS you're using.
31
+
If applicable, please also provide a stack trace and a minimal reproducible example.
0 commit comments