关于
The Rust Code Debugger is a specialized skill designed to help developers navigate the complexities of Rust's ownership model, lifetime requirements, and type system. It provides expert-level analysis of compiler errors, borrow-checker violations, and logic bugs, offering not just a quick fix but a deep explanation of the underlying cause grounded in Rust's safety guarantees. By simulating execution flows and identifying problematic patterns in concurrency, async operations, and memory management, it ensures your code is safe, performant, and follows modern idiomatic standards like RAII and efficient error propagation.