什麼是 cargo-workflows?
Rust 專案的 Cargo 工作流程技能。在使用 Cargo 管理工作區、功能標誌、建置腳本、貨物快取、增量建置、依賴項審核或 CI 配置時使用。在有關 Cargo 工作區、Cargo.toml 功能、build.rs、cargo nextest、cargo denest、cargo check vs build 或 Cargo.lock 管理的查詢時啟動。 來源:mohitmishra786/low-level-dev-skills。
Rust 專案的 Cargo 工作流程技能。在使用 Cargo 管理工作區、功能標誌、建置腳本、貨物快取、增量建置、依賴項審核或 CI 配置時使用。在有關 Cargo 工作區、Cargo.toml 功能、build.rs、cargo nextest、cargo denest、cargo check vs build 或 Cargo.lock 管理的查詢時啟動。
透過命令列快速安裝 cargo-workflows AI 技能到你的開發環境
來源:mohitmishra786/low-level-dev-skills。
Guide agents through Cargo workspaces, feature management, build scripts (build.rs), CI integration, incremental compilation, and the Cargo tool ecosystem.
| cargo:rerun-if-changed=FILE | Re-run build script if file changes | | cargo:rerun-if-env-changed=VAR | Re-run if env var changes | | cargo:rustc-link-lib=NAME | Link library | | cargo:rustc-link-search=PATH | Add library search path | | cargo:rustc-cfg=FLAG | Enable #[cfg(FLAG)] in code | | cargo:rustc-env=KEY=VAL | Set env!("KEY") at compile time |
For workspace patterns and dependency resolution details, see references/workspace-patterns.md.
Rust 專案的 Cargo 工作流程技能。在使用 Cargo 管理工作區、功能標誌、建置腳本、貨物快取、增量建置、依賴項審核或 CI 配置時使用。在有關 Cargo 工作區、Cargo.toml 功能、build.rs、cargo nextest、cargo denest、cargo check vs build 或 Cargo.lock 管理的查詢時啟動。 來源:mohitmishra786/low-level-dev-skills。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill cargo-workflowsRust 專案的 Cargo 工作流程技能。在使用 Cargo 管理工作區、功能標誌、建置腳本、貨物快取、增量建置、依賴項審核或 CI 配置時使用。在有關 Cargo 工作區、Cargo.toml 功能、build.rs、cargo nextest、cargo denest、cargo check vs build 或 Cargo.lock 管理的查詢時啟動。 來源:mohitmishra786/low-level-dev-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/mohitmishra786/low-level-dev-skills --skill cargo-workflows 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mohitmishra786/low-level-dev-skills