axum-startup 0.1.1

A simple startup framework for axum
Documentation
1
2
3
fn main() {
    axum_startup::Startup::start().run();
}