rust-tauri-backend

安装量: 55
排名: #13569

安装

npx skills add https://github.com/xiaolai/vmark --skill rust-tauri-backend

Rust + Tauri Backend (VMark) Overview Apply VMark backend conventions for Tauri v2 and Rust code. Workflow Identify the command or menu integration needed in src-tauri/src . Use modern Rust formatting: format!("{variable}") . Keep changes scoped; avoid unrelated refactors. If UI interaction is required, wire through invoke() or emit() properly. Update relevant tests or docs when behavior changes. References references/paths.md for backend entry points.

返回排行榜