mae 0.3.12

Opinionated async Rust framework for building Mae-Technologies micro-services — app scaffolding, repo layer, middleware, and test utilities.
Documentation
1
2
3
4
5
6
7
8
pub use crate::session::{Session, SessionHandler};
pub use actix_session::{Session as ActixSession, SessionExt};
pub use actix_web::{HttpRequest, delete, get, post, put, route, web};

pub mod health;
mod model;
pub use model::*;
pub mod response;