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
- Host: GitHub
- URL: https://github.com/sk-ruban/rust
- Owner: sk-ruban
- Created: 2023-10-06T13:35:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T02:20:46.000Z (over 1 year ago)
- Last Synced: 2025-02-11T09:51:44.397Z (3 months ago)
- Topics: rust, rust-lang, rustlings, rustlings-solution, trpl
- Language: Rust
- Homepage:
- Size: 1.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.