Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algoscienceacademy/RustUI
/ TodoApp
Class
TodoApp
examples/todo_app.rs:10–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8
}
9
10
pub struct TodoApp {
11
todos: Arc<Mutex<Vec<Todo>>>,
12
input: String,
13
view: Option<View>,
14
}
15
16
impl TodoApp {
17
pub fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected