406 B
406 B
| paths | ||
|---|---|---|
|
Rust Hooks
This file extends common/hooks.md with Rust-specific content.
PostToolUse Hooks
Configure in ~/.claude/settings.json:
- cargo fmt: Auto-format
.rsfiles after edit - cargo clippy: Run lint checks after editing Rust files
- cargo check: Verify compilation after changes (faster than
cargo build)