概要
This skill provides Claude with expert-level knowledge of the Rust ownership system, enabling it to navigate the complexities of memory management without a garbage collector. It offers precise patterns for move semantics, immutable and mutable borrowing, and advanced lifetime management. Whether you're debugging 'use of moved value' errors or architecting complex data structures with smart pointers like Rc and RefCell, this skill ensures that generated code adheres to strict Rust safety principles and idiomatic design patterns.