소개
This Claude Code skill provides deep domain expertise in the Rust ownership system, the language's core mechanism for memory safety. It helps developers navigate the complexities of move semantics, borrowing rules, and lifetime annotations while avoiding common pitfalls like data races and memory leaks. By providing specialized implementation patterns and best practices for smart pointers and the borrow checker, this skill enables the creation of efficient, zero-cost abstractions without the need for a garbage collector.