Rust
Learning Log
A running set of Rust checkpoints: small things that finally clicked, mistakes worth remembering, and notes I want to be able to find again without pretending they are polished essays.
Logged checkpoints 3
Format Short notes
-
Ownership Finally Clicked a Little More
A short checkpoint on what ownership started to mean once I stopped reading it as magic and started reading it as explicit responsibility.
Open checkpoint -
Pattern Matching Feels Better Than If Else Sprawl
Notes on why match expressions already feel cleaner than the branching habits I bring in from other languages.
Open checkpoint -
Cargo Workflow Reminders I Want Handy
A small set of cargo commands and habits that make the early Rust workflow feel less clumsy.
Open checkpoint