beet_server 0.0.6

Serve applications with axum and deploy with cargo-lambda.
Documentation
1
2
3
4
5
6
mod cors;
pub use cors::*;
mod no_cache;
pub use no_cache::*;
mod file_and_error_handler;
pub use file_and_error_handler::*;