skills/smithery.ai/backend-rust

backend-rust

Installation
SKILL.md

Rust Backend Stack

🚨 FIRST: Project Protection Setup

MANDATORY before writing any code. Run this on every new project:

# 1. Create .gitignore (ALWAYS include these)
cat >> .gitignore << 'EOF'
# Build artifacts
target/
Cargo.lock

# IDE
.idea/
.vscode/
.DS_Store
Installs
1
First Seen
Apr 12, 2026
backend-rust from smithery.ai