Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
13
async fn main() -> Result<(), EngineError> {
14
ui().await?;
15
Ok(())
16
}
Callers
nothing calls this directly
Calls
1
ui
Function · 0.85
Tested by
no test coverage detected