Skip to main content

Module server

Module server 

Source
Expand description

Server configuration and router construction.

Structs§

ServerConfig
Configuration for the API server.

Functions§

build_router
Build the axum router with all routes and middleware.
run
Start the server with the given configuration.