关于
The domain-web skill is a specialized knowledge index for Rust developers building web infrastructure. It bridges the gap between high-level architectural requirements—such as statelessness, concurrency, and latency SLAs—and low-level Rust implementations like Send + Sync traits, Arc-wrapped state, and non-blocking handlers. By providing specific patterns for leading frameworks like axum, actix-web, and warp, it helps developers implement robust request lifecycles, type-safe extractors, and unified error handling while avoiding common pitfalls like blocking the async runtime.