Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ main
Function
main
examples/src/basic_app.rs:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
fn main() {
31
let rust_native = RustUI::new();
32
rust_native.run(|| Box::new(TestApp::new()));
33
}
Callers
nothing calls this directly
Calls
1
run
Method · 0.45
Tested by
no test coverage detected