sendry 0.1.0

Official Rust crate for the Sendry email API
Documentation
1
2
3
4
5
6
7
8
9
//! Typed resource modules — one per API namespace.

pub mod audiences;
pub mod campaigns;
pub mod contacts;
pub mod domains;
pub mod emails;
pub mod templates;
pub mod webhooks;