Rust Ownership

Guide for Rust ownership, borrowing, and lifetimes. Use when working with ownership rules, move semantics, borrowing, slices, or lifetime annotations. Use when this capability is needed.

tomevault-io Updated

File contents

Rust Ownership and Borrowing

Ownership rules, borrowing, slices, and lifetimes.

When to Use This Skill

Activate when:

  • Understanding ownership and move semantics
  • Working with references and borrowing rules
  • Using string or array slices
  • Annotating or debugging lifetimes
  • Fixing borrow checker errors

For ownership rules, borrowing patterns, slices, and lifetime annotations, see references/ownership.md.


Source: vinnie357/claude-skills — distributed by TomeVault.

tomevault-io/skills-registry/tree/main/vinnie357--claude-skills--rust-ownership commit 81baa3b55a

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-ownership-2