MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / todo_app.rs

File todo_app.rs

examples/todo_app.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use rust_native::*; // This will now include Component
2use std::sync::{Arc, Mutex};
3
4#[derive(Clone, Default)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected