---
title: "Rust 钩子"
description: "> 此文件扩展了 [common/hooks.md](../common/hooks.md)，包含 Rust 特定内容。"
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/hooks-17
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:25:13.385Z
license: CC-BY-4.0
attribution: "Rust 钩子 — Claudary (https://claudary.paisolsolutions.com/skills/hooks-17)"
---

# Rust 钩子
> 此文件扩展了 [common/hooks.md](../common/hooks.md)，包含 Rust 特定内容。

## Overview

---
paths:
  - "**/*.rs"
  - "**/Cargo.toml"
---

# Rust 钩子

> 此文件扩展了 [common/hooks.md](../common/hooks.md)，包含 Rust 特定内容。

## PostToolUse 钩子

在 `~/.claude/settings.json` 中配置：

* **cargo fmt**：编辑后自动格式化 `.rs` 文件
* **cargo clippy**：编辑 Rust 文件后运行 lint 检查
* **cargo check**：更改后验证编译（比 `cargo build` 更快）

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/hooks-17) · https://claudary.paisolsolutions.com
