mailjet-rs 0.1.1

Mailjet API Client for Rust
Documentation
1
2
3
4
5
mod payload;
mod recipient;

pub use payload::*;
pub use recipient::*;