Skip to content

sk-ruban/rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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