Actix-web Core Knowledge Full Reference : See advanced.md for custom timing middleware, authentication middleware, custom error types, WebSocket actors, and graceful shutdown patterns. Deep Knowledge : Use with technology: for comprehensive documentation. Basic Setup Route Macros Extractors | Extractor | Purpose | |-----------|---------| | | URL path parameters | | | Query string | | | JSON body | | | Form data | | | Application state | Application State Built-in Middleware Health Checks When NOT to Use This Skill - Axum projects - Axum is more ergonomic with Tower ecosystem - Rocket projects…