con un clic
rust-til
rust-til contiene 2 skills recopiladas de kimsooyoung, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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.