关于
This skill provides comprehensive guidance for building high-quality Rust applications across various domains including web backends (Axum, Tonic), desktop apps (Tauri), and CLI tools (Clap). It codifies expert-level practices like the typestate pattern, cancellation-safe async code, and zero-cost abstractions to help developers avoid common production pitfalls such as deadlocks, runtime starvation, and inefficient memory management. By following these established heuristics and decision frameworks, developers can leverage Claude to write safer, more idiomatic Rust code that adheres to modern ecosystem standards and avoids obsolete patterns.