Rust + Tauri Backend (VMark) Overview Apply VMark backend conventions for Tauri v2 and Rust code. Workflow 1) Identify the command or menu integration needed in . 2) Use modern Rust formatting: . 3) Keep changes scoped; avoid unrelated refactors. 4) If UI interaction is required, wire through or properly. 5) Update relevant tests or docs when behavior changes. References - for backend entry points. ---