Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust Learning Notes

In-repo notes capturing things verified against this actual environment (stable Rust via rustup, in the devcontainer) — repo-specific findings that should travel with the code, as opposed to general Rust docs/books.

Index

  • Rust tutorial — start here. A beginner-friendly tour of the language, every exercise verified against this exact toolchain.
  • New project checklist — generic steps for starting any Rust project from scratch (not tied to this repo's choices).
  • Toolchain & environment — rustup vs. cargo, why they're separate tools, everyday commands.
  • Repo setup — how this workspace specifically was scaffolded (cargo init, devcontainer, Claude Code tooling), step by step.
  • Language notes — HashMap iteration order, attributes on let statements, edition 2024, gotchas that differ from general docs.
  • Troubleshooting — fixes for errors we've actually hit.

See also ../CARGO_CHEATSHEET.md for the cargo command reference.

Add a page per topic here as exercises surface things worth recording (gotchas, environment quirks, decisions). Don't add pages speculatively; The Rust Book and std docs already cover the language well, so only what's specific to this repo's setup belongs here.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages