tencentcloud-sms-sdk 0.1.2

TencentCloud SMS SDK for Rust
Documentation
1
2
3
4
5
6
7
8
9
//! Core components for the TencentCloud SDK

pub mod client;
pub mod credential;
pub mod profile;

pub use client::Client;
pub use credential::Credential;
pub use profile::{ClientProfile, HttpProfile};