This repository is meant to hold notes, exercises and projects created while learning Rust.
- Rust_LLMTokenizer my attempt at recreating the GPT tokenizer in Rust following along with Andrej Karpathy's newest video
- The Book by rust-lang (https://github.com/rust-lang/book) and an interactive version with quizzes here
- rustlings by rust-lang which is a project containing code challenges meant to demonstrate and practice the concepts introduced by The Book
export GITHUB_TOKEN=$PERSONAL_ACCESS_TOKEN
cd rustlings
cargo install --force --path .