m01-ownership

Installation
SKILL.md

Ownership & Lifetimes

Layer 1: Language Mechanics

Core Question

Who should own this data, and for how long?

Before fixing ownership errors, understand the data's role:

  • Is it shared or exclusive?
  • Is it short-lived or long-lived?
  • Is it transformed or just read?

Error → Design Question

Related skills

More from actionbook/rust-skills

Installs
674
GitHub Stars
1.1K
First Seen
Jan 23, 2026