axum-starter 0.11.0

A help crate for simplify the code of starting a axum server
Documentation
1
2
3
4
5
6
7
8
mod adding_middleware;
mod adding_prepare;
pub mod configure;
mod decorator;
pub mod graceful_shutdown;
pub(super) mod logger;
mod post_prepare;
pub mod state_ready;