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

https://github.com/halfzebra/learning-rust


https://github.com/halfzebra/learning-rust

Last synced: over 1 year ago
JSON representation

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/)