# Abusch Gb Rs Rust Best Practice

> Important dos and don'ts for working with Rust source code

- Skill: `tomevault-io/abusch-gb-rs-rust-best-practice` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/abusch-gb-rs-rust-best-practice`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/abusch-gb-rs-rust-best-practice/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/abusch-gb-rs-rust-best-practice

---


# Important dos and don'ts for working with Rust source code

* Use `cargo add` to add new dependencies or features rather than editing `Cargo.toml` directly
* Before finishing your turn, when editing Rust code:
  * Run `cargo fmt` after modifying Rust source files to ensure consistent formatting
  * Run tests (most commonly `cargo test --all --workspace`, though some projects may have other commands)

---
> Source: [abusch/gb-rs](https://github.com/abusch/gb-rs) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-16 -->

