About
This skill provides specialized domain knowledge for building robust web applications and services in Rust. It focuses on Layer 3 domain constraints, enforcing best practices such as async-by-default handlers, thread-safe state management using Arc, and type-safe request validation with extractors. Whether you are building with Axum, Actix-web, or Rocket, the skill assists in implementing efficient middleware, secure authentication patterns, and scalable REST or GraphQL architectures while avoiding common pitfalls like blocking the async runtime.