Crate app_lib

Crate app_lib 

Source
Expand description

Wactorz desktop entry point.

Boots the full Rust backend (actor system + REST/WS server) in the same process as the Tauri WebView, then opens a window that talks to it over localhost. The backend port is injected into the page as window.__WACTORZ_API_PORT before any JavaScript runs.

§Config loading order (highest priority first)

  1. <app-config-dir>/config.json — persisted via the settings panel
  2. .env file in the working directory
  3. Environment variables
  4. Compiled-in defaults

Structs§

AppConfig

Functions§

run