pub async fn run(cfg: EngineConfig) -> Result<()>Expand description
Top-level entrypoint for the standalone assay-engine binary.
Picks the backend from config, composes engine via
embedded::build, and serves forever on cfg.server.bind_addr.
For embedded use (composing engine into a parent binary’s
router), call embedded::build directly.