rust
Installation
SKILL.md
Rust リファレンス
Rust — システムプログラミング言語。所有権・借用・ライフタイム・型システムによりメモリ安全性とスレッド安全性を保証する。 公式ドキュメント (doc.rust-lang.org) から主要 14 リソースを構造化。 言語仕様・コード記述・ビルド(Cargo)・Unsafe Rust・組込み・CLI 開発時に参照する。
ディレクトリ構造
.claude/skills/rust/
├── SKILL.md ← このファイル(エントリーポイント)
└── references/
├── book/README.md ← TRPL 索引(21 章)
├── by-example/README.md ← Rust by Example 索引(24 セクション)
├── reference/README.md ← The Rust Reference 索引(21 章)
├── cargo/README.md ← Cargo Book 索引(23 章)
├── rustc/README.md ← rustc Book 索引(14 章)
├── rustdoc/README.md ← rustdoc Book 索引(12 章)
├── nomicon/README.md ← Rustonomicon 索引(14 章)
Related skills