Complete Rust Development

Installation
SKILL.md

Complete Rust Development

A comprehensive Rust development skill that combines error handling, testing, and logging patterns through composition.

This skill demonstrates the includes feature:

  • Error handling rules from rust-error-handling are merged into Rules
  • Testing checklist from testing-patterns is merged into Checklist
  • Logging rules from logging-patterns are merged into Rules with a prefix

Rules

  • Follow Rust idioms and conventions
  • Use clippy for linting: cargo clippy -- -D warnings
  • Format code with rustfmt: cargo fmt
  • Keep unsafe blocks minimal and well-documented

Examples

Installs
GitHub Stars
53
First Seen
Complete Rust Development — dicklesworthstone/remote_compilation_helper