ECC/rules/rust/hooks.md

406 B

paths
**/*.rs
**/Cargo.toml

Rust Hooks

This file extends common/hooks.md with Rust-specific content.

PostToolUse Hooks

Configure in ~/.claude/settings.json:

  • cargo fmt: Auto-format .rs files after edit
  • cargo clippy: Run lint checks after editing Rust files
  • cargo check: Verify compilation after changes (faster than cargo build)