MCPcopy Create free account
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

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

Callers

nothing calls this directly

Calls 1

uiFunction · 0.85

Tested by

no test coverage detected