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
- 📝 - a link to a book page
- ✏️ - a link to an
.rs
file (code) - 👷 - a page under construction in the course
- 🚧 - not finished
- Introduction
- Basic Rust
- Advanced Rust
- Some of my thoughts are prefixed with
NOTE:
- Example:
// NOTE(DP): Algorithm complexity: O(n)
- Example:
- Resolved course TODOs are prefixed with
DONE:
- Example:
// NOTE(DP): ^ Uncomment the above 2 lines to see the compiler error
- Example:
- Other comments copied from the course
This project uses Gitmoji for commit messages