01Generate Rust structs, enums, trait implementations, and unit/integration test templates
02Perform code refactoring operations such as renaming symbols, extracting functions, and inlining calls
03Navigate to symbol definitions and find all references within the project
04Apply Clippy suggestions automatically and validate Rust lifetimes/borrow checker issues
05Analyze Cargo.toml manifests and execute `cargo check` for project validation
061 GitHub stars