What is build-rust?
Optimized Rust build operations with timing, profiling, and workspace support Source: d-o-hub/rust-self-learning-memory.
Optimized Rust build operations with timing, profiling, and workspace support
Quickly install build-rust AI skill to your development environment via command line
Source: 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:
Optimized Rust build operations with timing, profiling, and workspace support Source: d-o-hub/rust-self-learning-memory.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rustOptimized Rust build operations with timing, profiling, and workspace support Source: d-o-hub/rust-self-learning-memory.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/d-o-hub/rust-self-learning-memory --skill build-rust Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/d-o-hub/rust-self-learning-memory