SmsAero Rust Api client
Library for sending SMS messages using the SmsAero API. Written in Rust.
Installation:
Usage example:
Get credentials from account settings page: https://smsaero.ru/cabinet/settings/apikey/
use Utc;
use Value;
use Error;
use SmsAero;
const SMSAERO_EMAIL: &str = "your email";
const SMSAERO_API_KEY: &str = "your api key";
License
MIT License