aa-sms
aa-sms is a Rust crate that provides a client for sending messages
with Andrew & Arnold's SMS API.
Example
This crate is asynchronous and this example uses Tokio, so something like this needs to be included in your Cargo.toml.
[]
= { = "1.38.0", = ["full"] }
async
License
aa-sms - Send messages from Rust with Andrew & Arnold's SMS API
Copyright (C) 2024 Mike Coats
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.