Skip to content

Commit 38f7b57

Browse files
구조적 변경: README.md 파일 추가 및 초기 설정 안내
- SOLAPI SDK for Rust에 대한 설명을 포함한 README.md 파일 새로 추가: 패키지 설치 방법, 사용법, 이슈 제기 방법 및 라이센스 정보 제공. - 사용자에게 필요한 정보를 명확히 전달하여 SDK 사용을 용이하게 함.
1 parent b03b467 commit 38f7b57

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# SOLAPI SDK for Rust
2+
3+
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.
32+
33+
## License
34+
35+
Licensed under the MIT License.

0 commit comments

Comments
 (0)