retarus 0.1.0

The official Rust SDK provided by Retarus to contact our messaging services with the lightning speed of the rust programming language.
Documentation
1
2
3
4
5
6
7
pub mod common;
#[cfg(feature = "sms")]
pub mod sms;
#[cfg(feature = "fax")]
pub mod fax;
#[cfg(feature = "webexpress")]
pub mod webexpress;