tag
m14▌
2 indexed skills · max 10 per page
skills (2)
m14-mental-model
actionbook/rust-skills · Productivity
Layer 2: Design Choices
m14-mental-model
zhanghandong/rust-skills · Productivity
Mental models and analogies for understanding Rust ownership, borrowing, and core concepts. \n \n Provides visual analogies (keys, lending, remotes) and mental models for ownership, moves, references, lifetimes, and smart pointers to build correct intuition \n Includes misconception-to-correction mappings for common borrow checker errors (E0382, E0502, E0499, E0106, E0507) with explanations of what safety guarantee each enforces \n Covers language-specific shifts for developers coming from Java,