Skip to content

VikSil/freecodecamp_rust_course

Repository files navigation

freeCodeCamp Rust course

This repo contains code produced while taking Rust beginners video course on freeCodeCamp by Arfan Zubi.

The code is split into folders, following the chapter structure of the course.

Each folder contains files of compiling exercise code and comentary from the video. Files are named after the topics covered in each chapter.

Table of Contents

  1. Introduction & Learning Resources
  2. Variables
  3. Numbers & Binary System
  4. Chars, Bools & Unit Types
  5. Statements & Expressions
  6. Functions
  7. Ownership
  8. Borrowing
  9. String vs. &str
  10. Slices
  11. Tuples
  12. Structs
  13. Enums
  14. The "Option" Enum
  15. Flow Control
  16. Pattern Match
  17. Methods & Associated Functions
  18. Generics
  19. Traits
  20. Trait Objects
  21. Associated Types
  22. String
  23. Vectors
  24. HashMaps
  25. Type Coercion
  26. From & Into
  27. panic!
  28. Result
  29. Cargo, Crates & Modules
  30. Debug & Display
  31. Lifetimes
  32. Lifetime Elision
  33. Closures
  34. Iterators

About

Code produced while taking Rust course on freeCodeCamp

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages