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