esteria-api-client 0.0.21

A Rust-based client library for sending SMS messages via the Esteria API
Documentation
1
2
3
4
5
6
7
mod cli;
mod esteria;

#[tokio::main]
async fn main() -> Result<(), Box<dyn std::error::Error>> {
    cli::run().await
}