Actix-web Development Guidelines
Objective: Define standards for building high-performance, safe Rust web APIs with Actix-web, covering application setup, handler design, state management, error handling, middleware, testing, and observability.
Source File
View the full rule: .agent/rules/actix-web.md
Sections
- Application Setup & Project Structure
- Handlers & Extractors
- State, Concurrency & Database
- Error Handling & Middleware
- Testing, Observability & Deployment
