//! Official Rust SDK for the Unimatrix HTTP API.
//!
//! [`UniClient`] provides typed access to SMS messages and OTP verification.
//! Credentials can be supplied explicitly or loaded from `UNIMTX_ACCESS_KEY_ID`
//! and `UNIMTX_ACCESS_KEY_SECRET` with [`UniClient::from_env`].
pub use ;
pub use ;
pub use *;
pub use ;
/// Version of this SDK package.
pub const VERSION: &str = env!;
/// User agent sent with API requests.
pub const USER_AGENT: &str = concat!;