Crate sms_client

Crate sms_client 

Source
Expand description

A client library for SMS-API, via HTTP and an optional websocket connection. https://github.com/morgverd/sms-server

Re-exports§

pub use sms_types as types;

Modules§

config
SMS-Client connection configuration.
error
Websocket interface related errors.
http
SMS-API HTTP client. This can be used to interface with the HTTP API standalone if required.
ws
WebSocket client for receiving real-time SMS messages.

Structs§

Client
SMS Client.