tauri-ipc
Installation
SKILL.md
When to use this skill
ALWAYS use this skill when the user mentions:
- Frontend-to-Rust IPC or invoke calls / 前端到 Rust 的 IPC 或 invoke 调用
- Tauri commands or type-safe bindings / Tauri 命令或类型安全绑定
- Bidirectional messaging or event-based IPC / 双向消息或事件驱动 IPC
Trigger phrases include:
- "IPC", "invoke", "command", "tauri-specta", "type safety"
- "IPC", "调用命令", "类型安全", "tauri-specta"
How to use this skill
- Define Rust commands and register them in the Tauri builder
- Use invoke on the frontend with typed payloads
- Apply type generation tools to avoid any-typed IPC
- Establish error handling and response contracts