9 releases

0.1.8 May 3, 2022
0.1.7 May 3, 2022
0.1.5 Apr 18, 2021

#9 in #aliyun

Download history 15/week @ 2024-02-19 1/week @ 2024-02-26 9/week @ 2024-03-11 63/week @ 2024-04-01

72 downloads per month

MIT license

7KB
78 lines

SMS

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

  • aliyun
use sms::aliyun::Aliyun;

let aliyun = Aliyun::new("accessKeyId", "accessSecret");
let resp = aliyun.send_sms("18888888888", "登录验证", "SMS_5003224", "验证码1234").await.unwarp();

println("{:?}", resp);

License

MIT

Copyright (c) 2020-present, Yang (Echo) Li


lib.rs:

SMS sdk

短信SDK

Dependencies

~10–24MB
~454K SLoC