Skip to main content

Crate wipe_daemon

Crate wipe_daemon 

Source
Expand description

The wipe local daemon: an axum server that exposes the board over HTTP/WS and serves the embedded human UI. Started by wipe serve.

Collaboration remains git-only; this daemon is a local convenience for the human UX. It records each served project in a machine-wide registry so the UI can list every board you have opened.

Structs§

AppState
Shared server state.
ProjectEntry
One registered project.
ServeConfig
Configuration for a wipe serve invocation.

Functions§

list_projects
List all registered projects that still have a .wipe board, annotating each with its current board name.
serve
Start the daemon and serve until the process is stopped (Ctrl-C).