winterbaume-ses 0.3.0

SES v1 (Simple Email Service) mock implementation for winterbaume
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod handlers;
pub mod model;
pub mod state;
pub mod types;
pub mod views;
pub mod wire;

pub use handlers::SesService;
pub use state::SesV1State;
pub use views::SesV1StateView;