Skip to content

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

    1. Toolchain & Code Quality
    1. Memory Safety & Ownership
    1. Error Handling
    1. Concurrency & Performance
    1. Testing & Documentation

Released under the MIT License.