https://github.com/halfzebra/learning-rust
https://github.com/halfzebra/learning-rust
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/halfzebra/learning-rust
- Owner: halfzebra
- Created: 2019-07-03T20:06:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-06T15:15:49.000Z (almost 7 years ago)
- Last Synced: 2025-01-20T10:14:10.923Z (over 1 year ago)
- Language: Rust
- Size: 19.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Rust
This repo is dedicated to storing all my Rust exmeriments and notes in a single place.
## Contents
The contents of my notes are presented in chronological order for hitorical reasons I guess.
1. [The Rust Programming Language](https://www.udemy.com/rust-lang/) course [notes](/course-notes).
2. Completed [Rustlings](https://github.com/rust-lang/rustlings) [exercises](/rustlings).
3. [Minigrep](/minigrep) from [https://doc.rust-lang.org/book/](https://doc.rust-lang.org/book/)
4. [Closures](/closures) from [https://doc.rust-lang.org/book/](https://doc.rust-lang.org/book/)