Rust Send SMS SDK
English | 简体ä¸æ–‡
Use Rust to connect to the SMS interface of the cloud platform, and the following cloud platform interfaces have been implemented
```rust use sms::aliyun::Aliyun;
let aliyun = Aliyun::new("accessKeyId", "accessSecret"); let resp = aliyun.sendsms("18888888888", "登录验è¯", "SMS5003224", "验è¯ç 1234").await.unwarp();
println("{:?}", resp); ```
Copyright (c) 2020-present, Yang (Echo) Li