High level server designed to be used with the axum web framework.
# Cargo.toml
[dependencies]
axum-server = "0.8.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Starts an axum server on port 3000 with a hello route.
Ensure your application uses `#[tokio::main]` or manually creates a tokio runtime.
No dependency data recorded yet.