LogoClawIndex
CasesSkillsAbout
LogoClawIndex

Complete Rust Development - Comprehensive Rust Development with Error Handling, Testing, and Logging

Combines error handling, testing, and logging patterns for Rust development.

Tags

Updated: 2026-02-14

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Follow Rust idioms
  • Use clippy for linting
  • Format code with rustfmt
  • Minimize unsafe blocks
  • Pass clippy checks
  • Format code with cargo fmt
  • Justify unsafe blocks
  • Audit dependencies

Inputs

  • Rust source code
  • Cargo.toml file
  • Project dependencies

Outputs

  • Linted Rust code
  • Formatted Rust code
  • Test execution results
  • Log output

Requirements

  • Rust toolchain
  • Cargo package manager
  • Clippy linter
  • Rustfmt formatter

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
rust
complete
example
Follow Rust idioms
Use clippy for linting
Format code with rustfmt
Minimize unsafe blocks
Rust source code
Cargo.toml file
Project dependencies
Linted Rust code
Formatted Rust code
Test execution results