mae 0.3.9

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
pub mod prelude {

    pub use crate::session::Session;
    pub use actix_web::{delete, get, post, put, web};
    pub use sqlx::PgPool;
}