mailtrap 0.3.1

An unofficial library for interacting with the Mailtrap API
Documentation
1
2
3
4
pub mod accounts;
pub use accounts::*;
#[cfg(test)]
mod accounts_integration_tests;