with one click
rust-til
rust-til contains 2 collected skills from kimsooyoung, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Conventions for the Rust **learning-chapter** folders in this repo (`1_variables`, `2_ownership`, …, `14_asynchronous`, …). Use this skill whenever the working path is one of the numbered chapter directories or when adding/editing chapter examples. The goal is that `cd N_<topic> && just` works identically across every chapter.
Conventions for **real Rust projects** living in this repo (anything that is not a numbered learning chapter — application crates, library crates, robotics/EtherCAT/teleop tooling, multi-crate workspaces, etc.). Use this skill whenever the working path is outside the `N_<topic>/` learning folders, or when the user asks to start/extend a non-chapter Rust project. Favors idiomatic Cargo project structure over the pedagogical many-bins layout used by chapters.