sendgrid-async 0.1.1

An async-std based client for sending emails with SendGrid
Documentation
1
2
3
4
5
mod sendgrid;

pub(crate) mod http_client;

pub use sendgrid::*;