m03-mutability

Installation
SKILL.md

Mutability

Layer 1: Language Mechanics

Core Question

Why does this data need to change, and who can change it?

Before adding interior mutability, understand:

  • Is mutation essential or accidental complexity?
  • Who should control mutation?
  • Is the mutation pattern safe?

Error → Design Question

Installs
1.2K
GitHub Stars
1.3K
First Seen
Jan 23, 2026
m03-mutability — actionbook/rust-skills