Skip to main content
Back to docs
stackrust
Install
Source: packages/harness-kit/src/registry/bundles/stack/rust/README.md

Rust

Rust stack baseline for harness-kit. This bundle is installed automatically when rust is selected directly, or inherited by a techstack bundle via type: 'stack'.

What it includes

  • coding-style - naming, crate layout, and type-driven design rules
  • patterns - idiomatic Rust patterns and anti-patterns for production code
  • testing - unit/integration test structure and regression discipline
  • security - defensive input handling, secret safety, and risk controls

Notes

Rules are adapted from everything-claude-code (MIT) and tuned for harness-kit conventions.