2026-02-09 09:04:57 +00:00
|
|
|
# runtime-dashboard
|
|
|
|
|
|
2026-02-11 15:23:26 +00:00
|
|
|
Visual dashboard for the swactor runtime.
|
|
|
|
|
|
|
|
|
|
## usage
|
|
|
|
|
|
|
|
|
|
Run the demo, from swactor root:
|
|
|
|
|
```bash
|
|
|
|
|
# start the runtime
|
|
|
|
|
cargo run -p runtime-dashboard --example dashboard_demo
|
|
|
|
|
|
|
|
|
|
# (optional) run the TUI
|
|
|
|
|
cargo run -p runtime-dashboard --features tui --example tui_demo
|
|
|
|
|
```
|