tencentcloud_sms_sdk/core/
mod.rs

1//! Core components for the TencentCloud SDK
2
3pub mod client;
4pub mod credential;
5pub mod profile;
6
7pub use client::Client;
8pub use credential::Credential;
9pub use profile::{ClientProfile, HttpProfile};