Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 975 Bytes

File metadata and controls

16 lines (14 loc) · 975 Bytes

Why I want to learn Rust?

  • To experience and learn static typing language and memory safety concept

How I (try to) learn Rust step by step

  • 1. Build fundamental with The Book read (currently)
  • 2. Fill the gaps with Rust By Example read
  • 3. Get some ideas what Rustaceans do with Rust with Rust Cookbook read
  • 4. Do Rust exersice. see
  • 5. Building first project with PNGme read
  • 6. Read/listen big chunk Rust code
  • 7. Build own project

Extra resource

  • Rust Docs (high overview) see
  • YT Rust Analyzer Explain - see
  • Rust memory layout see