resend-client-rs
Client for sending emails with Resend. Main logic ported from official Go library.
This library is more complete than other available options since it includes the domain endpoints.
Installation
cargo add resend-client-rs
Usage
use Client;
let client = new;
let result = client.email_service.send.await;