Axum Web Framework Guidelines
Objective: Define standards for building safe, ergonomic, and production-ready Rust web APIs with Axum and the Tokio/Tower ecosystem, covering routing, state management, middleware, error handling, testing, and observability.
Source File
View the full rule: .agent/rules/axum.md
Sections
- Overview, Project Structure & Setup
- Routing & Extractors
- State Management
- Middleware & Error Handling
- Testing, Observability & Performance
