beet_server 0.0.6

Serve applications with axum and deploy with cargo-lambda.
Documentation
1
2
3
4
5
6
mod axum_ext;
mod layers;
pub use axum_ext::*;
pub use layers::*;
mod state;
pub use state::*;