m01-ownership

安装量: 719
排名: #5332

安装

npx skills add https://github.com/actionbook/rust-skills --skill m01-ownership

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 Show more

返回排行榜