pub fn run_server(args: ServerArgs) -> Result<()>Expand description
Runs the server to completion.
Takes already-parsed arguments so the same library backs both the
ferrox-server binary and ferrox-cli’s optional serve feature,
and neither front end can drift into its own startup logic.