什麼是 build-rust?
透過計時、分析和工作區支援優化 Rust 建置操作 來源:d-o-hub/rust-self-learning-memory。
透過計時、分析和工作區支援優化 Rust 建置操作
透過命令列快速安裝 build-rust AI 技能到你的開發環境
來源:d-o-hub/rust-self-learning-memory。
| dev | Development build | --workspace | | release | Production optimized | --release --workspace | | profile | Performance timing | --release --timings | | check | Fast type-check | --workspace | | clean | Clean artifacts | --clean |
The dev profile is optimized to reduce target/ size (5.2 GB → 2 GB):
Linker: Use mold on Linux for 2-5x faster link times:
透過計時、分析和工作區支援優化 Rust 建置操作 來源:d-o-hub/rust-self-learning-memory。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust透過計時、分析和工作區支援優化 Rust 建置操作 來源:d-o-hub/rust-self-learning-memory。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/d-o-hub/rust-self-learning-memory