#client #api #resend #implemented

resend-rust

A Resend client implemented in Rust

3 releases

0.1.2 Jan 13, 2024
0.1.1 Jan 11, 2024
0.1.0 Nov 2, 2023

#3 in #resend

MIT license

19KB
471 lines

This Resend Client is a Work In Progress and Being Actively Developed

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.

Update as of v0.1.1

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.

Dependencies

~5–20MB
~276K SLoC