How to continue using the CLI after running axum::serve?
When attempting to use axum::serve on axum version 0.7.5, or axum::Server::serve on verison 0.6, my code compiles without errors, but leaves me with an infinite runtime and no way to continue using the Command line interface to run commands like curl
or netstat
.