Backend Dev Guidelines

Comprehensive Rust backend development guide for Tauri applications. Use when creating Tauri commands, database operations, error handling, state management, or async patterns. Covers layered architecture (commands → services → operations → database), Result-based error handling, SeaORM patterns, tokio async/await, testing with cargo test, and type-driven design principles. Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/emilyantosch--hestia-tauri--backend-dev-guidelines commit 1b1e02482c

Frequently asked questions

npx skillmds@latest add tomevault-io/backend-dev-guidelines-10