MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / main

Function main

src/main.rs:13–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12#[tokio::main]
13async fn main() -> Result<(), EngineError> {
14 ui().await?;
15 Ok(())
16}

Callers

nothing calls this directly

Calls 1

uiFunction · 0.85

Tested by

no test coverage detected