Rust Development Guidelines
Objective: Define Rust project conventions covering toolchain, memory safety, error handling, concurrency, testing, and documentation for building safe, performant systems.
Source File
View the full rule: .agent/rules/rust.md
Sections
- Toolchain & Code Quality
- Memory Safety & Ownership
- Error Handling
- Concurrency & Performance
- Testing & Documentation
