什么是 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