Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ init
Method
init
examples/src/basic_app.rs:19–21 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
17
18
impl Application for TestApp {
19
fn init(&mut self) {
20
println!(
"Application initialized!"
);
21
}
22
23
fn update(&mut self) {}
24
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected