Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 926 Bytes

File metadata and controls

35 lines (23 loc) · 926 Bytes

SOLAPI SDK for Rust

You can send text messages(SMS, LMS, MMS), Kakao Alimtalk in Korea using this package. This package is 100% compatible with SOLAPI family services (CoolSMS and etc..).

Installing

Add this to your Cargo.toml:

[dependencies]
solapi = "0.1.0"

Or use the cargo add command:

cargo add solapi

Usage

See examples folders

Opening Issues

If you've encountered a bug with the SOLAPI SDK for Rust, we'd love to hear about it.
Before opening a new issue, please check the existing issues to see if your problem has already been reported.
It's helpful to include the SDK version, your Rust version, and the OS you're using.
If applicable, please also provide a stack trace and a minimal reproducible example.

License

Licensed under the MIT License.