Skip to main content

Crate evolve_dashboard

Crate evolve_dashboard 

Source
Expand description

Local-only web dashboard for Evolve.

Serves a tiny static SPA (bundled via rust-embed) plus a REST API over evolve-storage. Bound to 127.0.0.1 by default.

Structs§

AppState
Shared state: a storage handle.

Functions§

router
Build the axum router.
serve
Bind + serve.