Rocket Core Knowledge Full Reference : See advanced.md for custom guards (authentication, API key), fairings (CORS, timing), database state, error catchers, and testing patterns. Deep Knowledge : Use with technology: for comprehensive documentation. Basic Setup Routing Request Guards State Management Fairings (Middleware) When NOT to Use This Skill - Axum projects - Axum integrates better with Tower ecosystem - Actix-web projects - Actix has more performance optimizations - Stable Rust requirement - Rocket requires nightly (though v0.5 works on stable) Anti-Patterns | Anti-Pattern | Why It's…