# Rust

`knowledge-bases/structured/rust/` is the structured knowledge pack for Rust.

## When to Install

- the repo contains `.rs` files or `Cargo.toml`
- the task touches ownership-heavy logic, CLIs, services, or libraries
- the work needs strong guidance on errors, traits, testing, or performance

## Pack Depth

- overview, review checklist, and framework notes
- promoted rules in `rules/rust/`
- canonical skill in `skills/rust-engineering/SKILL.md`
- workflow template in `templates/workflows/implement-rust-change.md`

## Examples

- `knowledge-bases/structured/rust/examples/01-reference-scenario.md`

## Validation Cues

- run cargo-style validation or the repo equivalent after implementation
- call out ownership, unsafe, or API-compatibility risks explicitly
