Rust Ownership

Stops coding agents from "fixing" Rust borrow-checker errors with .clone(), Arc, RefCell or Box::leak when the real fix is to restructure ownership. Use when writing or repairing Rust code, when rustc reports E0382, E0499, E0502, E0506, E0515 or E0597, when a borrow checker error must be resolved, or when reviewing Rust code for unnecessary clones and allocations.

kewang0622 f142057 3.5 KB Updated

File contents

KeWang0622/clonetax/tree/main/skills/rust-ownership commit f14205792d

Frequently asked questions

npx skillmds@latest add kewang0622/rust-ownership