anypost 1.0.0

Official Rust SDK for the Anypost email API.
Documentation
1
2
3
4
5
//! Request input types: typed builders for the send path and parameter structs
//! for list endpoints.

pub mod email;
pub mod params;