Skip to main content

rust-skills

Rust backend patterns, best practices, and implementation guides

Jump to install

Source facts

Repository
Fujigo-Software/f5-framework-claude
Last source activity
February 4, 2026 at 06:29
Detected SKILL.md language
English
Stars
24
Forks
8

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
21 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
rust-skills
description
Rust backend patterns, best practices, and implementation guides
category
stacks/backend/rust
applies_to
rust
allowed-tools
Read, Write, Glob, Grep, Bash
user-invocable
true
context
inject
# Rust Backend Skills Memory-safe, concurrent language for reliable backend services. ## Sub-Skills ### Architecture - [project-structure.md](architecture/project-structure.md) - Project layout - [error-handling.md](architecture/error-handling.md) - Error design - [module-system.md](architecture/module-system.md) - Module patterns ### Database - [diesel-patterns.md](database/diesel-patterns.md) - Diesel ORM - [sea-orm.md](database/sea-orm.md) - SeaORM patterns - [sqlx-patterns.md](database/sqlx-patterns.md) - sqlx async - [migrations.md](database/migrations.md) - Migration tools ### Security - [jwt-auth.md](security/jwt-auth.md) - JWT authentication - [middleware.md](security/middleware.md) - Auth middleware - [input-validation.md](security/input-validation.md) - Validation ### API - [actix-web.md](api/actix-web.md) - Actix Web patterns - [axum.md](api/axum.md) - Axum patterns - [rocket.md](api/rocket.md) - Rocket patterns ### Error Handling - [result-patterns.md](error-handling/result-patterns.md) - Result/Option - [thiserror.md](error-handling/thiserror.md) - thiserror crate - [anyhow.md](error-handling/anyhow.md) - anyhow patterns ### Testing - [unit-testing.md](testing/unit-testing.md) - Unit tests - [integration.md](testing/integration.md) - Integration tests - [mocking.md](testing/mocking.md) - Mock patterns ### Performance - [async-patterns.md](performance/async-patterns.md) - Async/await - [memory.md](performance/memory.md) - Memory optimization ## Detection Auto-detected when project contains: - `Cargo.toml` file - `main.rs` file - `use actix_web` or `use axum` imports
View on GitHub