axum-starter 0.11.0

A help crate for simplify the code of starting a axum server
Documentation
1
2
3
4
5
/// help types for apply effect on State
pub mod state;

/// help types for apply effect on [Router](axum::Router)
pub mod router;