solapi

Crates.iosolapi
lib.rssolapi
version0.1.0
created_at2025-10-10 07:29:06.587836+00
updated_at2025-10-10 07:29:06.587836+00
descriptionOfficial SOLAPI Rust SDK for messaging and storage APIs. Provides a typed async client to send SMS/LMS/MMS, KakaoTalk (AlimTalk/FriendTalk), schedule messages, and manage file storage.
homepage
repositoryhttps://github.com/solapi/solapi-rust
max_upload_size
id1876620
size258,495
Subin Lee (Palbahngmiyine)

documentation

README

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.

Commit count: 0

cargo fmt