m02-resource

Installation
SKILL.md

Resource Management

Layer 1: Language Mechanics

Core Question

What ownership pattern does this resource need?

Before choosing a smart pointer, understand:

  • Is ownership single or shared?
  • Is access single-threaded or multi-threaded?
  • Are there potential cycles?

Error → Design Question

Related skills

More from actionbook/rust-skills

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