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

https://github.com/rain1024/learn-rust

Learn Rust
https://github.com/rain1024/learn-rust

Last synced: about 2 months ago
JSON representation

Learn Rust

Awesome Lists containing this project

README

          


Learn Rust


This is my repository for learning rust.

## ⚡ Getting Started

* ⭐ [How to install Rust on MacOS](getting-started/how-to-install-rust-on-macos.md)

## 📙 Concepts

* [01. Hello world](concepts/c01-hello-world)
* [02. Functions & Datatypes](concepts/c02-functions-datatypes)
* [03. Structs](concepts/c03-structs)
* [Smart Pointers](smart-pointers)
* Generics, Traits, Enums
* Macros
* Crates ecosystem

## 💪 Exercises

* [01-hello-world](exercises/e01-hello-world)
* [02-lucians-luscious-lasagna](exercises/e02-lucians-luscious-lasagna) `function`
* [03-assembly-line](exercises/e03-assembly-line) `function`
* [health-statistics](exercises/health-statistics) `struct`
* [semi-structured-logs](exercises/semi-structured-logs) `enum`
* [low-power-embedded-game](exercises/low-power-embedded-game) `destructuring` `tuples` `iterator`
* [sublist](exercises/sublist)

## Miscellaneous

Notes

* 2022-10-02. I found this https://exercism.org/tracks/rust/concepts is very interesting.