Hi, I am PhantomInTheWire(aka Karan).
This will be my journey is learning the Rust Programming Language using Rust in action book.
Since I already know the basics of the programming language I will skip straight to chapter 4 that covers Lifetimes, ownership, and borrowing.
Throughout this blog I will explore various things about systems programming, so I pray to god I can sail through this. All of the code for projects that I write, can be found on my GitHub profile.
Links to blogs -->
- Lifetimes, ownership, and borrowing in Rust
- An Introduction to Systems Programming in Rust
- Implementing our very own CPU
- Understanding Virtual Memory - A Beginner's Guide
- I Built the Internet From Scratch (So You Don’t Have To)
- Rust Traits in Action – RPG Game Edition