/course-rust-101

🦀 "Rust-101" course materials

Primary LanguageRustGNU General Public License v3.0GPL-3.0

Course: Rust-101

Course link: https://github.com/RalfJung/rust-101

Status: ✅

Course workspaces are here in this repo. The course itself is in the course repo or online variant

Index legend

  • 📝 - a link to a book page
  • ✏️ - a link to an .rs file (code)
  • 👷 - a page under construction in the course
  • 🚧 - not finished

Index

Notes

Comments

  • Some of my thoughts are prefixed with NOTE:
    • Example: // NOTE(DP): Algorithm complexity: O(n)
  • Resolved course TODOs are prefixed with DONE:
    • Example: // NOTE(DP): ^ Uncomment the above 2 lines to see the compiler error
  • Other comments copied from the course

Code conduction

This project uses Gitmoji for commit messages

License

GPLv3+