概要
This Claude Code skill empowers developers to seamlessly transition their projects to the Rust 2024 edition by identifying and refactoring legacy patterns into modern, idiomatic code. It proactively suggests syntax improvements such as flattening nested control flow with let chains, replacing the async-trait crate with native implementations, and utilizing generator blocks for cleaner iterator logic. By automating the detection of outdated Cargo.toml configurations and complex closure patterns, it ensures your codebase remains readable and takes full advantage of the latest compiler optimizations and language stabilization features.