@5150cec1 you're right. I was of the opinion that it would choose the runtime based on the activated features, which isn't the case. Then people "just" need to know what `#[tokio::main]` does. Not that much of an issue, but still more implicit than I'd like to.
@bf55f1f1 Basically syntax sugar for the default use case. But you can do it manually and even have more control if you want: https://codeberg.org/mo8it/oxi-axum-helpers/src/commit/3886ca460032ac47a0f88582abe507094166f743/src/runner.rs#L10