Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 901 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 901 Bytes

Learning Rust 🦀

Overview

This repository documents my progress and notes while learning Rust, a systems programming language emphasizing safety and performance.

Learning Resources

I am using two primary resources for learning Rust:

  1. The Rust Programming Language - Completed ✅
  2. rustlings - Completed ✅

Repository Structure

  • /the-rust-programming-language - Notes for each chapter of the book.
  • /rustlings - Solutions for rustlings exercises.

Usage

This repository serves as a personal log of my learning process in Rust. It can also be used by those seeking examples of Rust code or an understanding of the concepts covered in the learning materials mentioned. Contributions for corrections or suggestions are welcome.

Rustlings Completed