mailslurp 11.3.0

Official MailSlurp Email API Client
Documentation
#[macro_use]
extern crate serde_derive;

extern crate serde;
extern crate serde_json;
extern crate url;
extern crate hyper;
extern crate futures;

pub mod apis;
pub mod models;