Crates.io | resend-rust |
lib.rs | resend-rust |
version | 0.1.3 |
source | src |
created_at | 2023-11-02 06:01:03.526493 |
updated_at | 2024-08-31 22:04:57.82728 |
description | A Resend client implemented in Rust |
homepage | |
repository | |
max_upload_size | |
id | 1022308 |
size | 22,949 |
Hi! This Resend client is currently a work in progress and being actively developed.
Yes, resend-rs
already exists but doesn't implement the entire surface
area of Resend's API as found in an example like the Resend Go client.
This is an effort to develop a relatively fully-functioning Resend client for Rust.
The overall API for everything except anything currently in beta is implemented.
Everything except the Domains API, which requires a paid account, is under integration test.
Nothing is documented yet; I'm polishing some of the surface area of the APIs, then wrapping those up.