Expand description
Server configuration and router construction.
Structs§
- Server
Config - 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.