SMS Core
Core traits and types for the smskit multi-provider SMS abstraction.
This crate provides the fundamental building blocks for SMS operations:
- [
SmsClient
] trait for sending SMS messages - [
InboundWebhook
] trait for processing incoming webhooks - Common types for requests, responses, and errors
Example
use ;
// Any SMS provider implements SmsClient
let response = client.send.await?;