Rust Tauri Backend

Implement or modify VMark's Rust/Tauri backend. Use when adding Tauri commands, menu items, filesystem integration, or platform behaviors in src-tauri.

xiaolai 6c0fed2 3 files · 1.1 KB Updated

File contents

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 src-tauri/src.
  2. Use modern Rust formatting: format!("{variable}").
  3. Keep changes scoped; avoid unrelated refactors.
  4. If UI interaction is required, wire through invoke() or emit() properly.
  5. Update relevant tests or docs when behavior changes.

References

  • references/paths.md for backend entry points.

xiaolai/vmark/tree/main/.claude/skills/rust-tauri-backend commit 6c0fed292a

Frequently asked questions

npx skillmds@latest add xiaolai/rust-tauri-backend