An open API service indexing awesome lists of open source software.

https://github.com/sk-ruban/rust

Learning Rust
https://github.com/sk-ruban/rust

rust rust-lang rustlings rustlings-solution trpl

Last synced: about 2 months ago
JSON representation

Learning Rust

Awesome Lists containing this project

README

        

# 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**](https://rust-book.cs.brown.edu/) - Completed ✅
2. [**rustlings**](https://github.com/rust-lang/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](rustlings/rustlings_completion.png)