rust-ownership

Installation
SKILL.md

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.

Related skills
Installs
3
GitHub Stars
18
First Seen
Mar 23, 2026