Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ AppState
Class
AppState
examples/src/responsive_app.rs:10–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
9
#[derive(Clone)]
10
struct AppState {
11
counter: i32,
12
theme: Theme,
13
}
14
15
struct ResponsiveApp {
16
view: View,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected