Aloha.zone.io

Aloha's technical notes.

View on GitHub

Rust learning notes & material

Some references of awesome guides and projects which may help to learn Rust.


Books

i. Read the Rust book.

Most basic and necessary material. Please try your best to read it carefully, and do not fall asleep 🤣.

ii. Do the rustling course for Rust.

iii. More rust tracks on exercism.

iv. Read the Cheet cheey.

A cheet sheet contains index/links to the key Rust syntax, library, tools, etc.

v. Read the Rust Nomicon

The advanced and Unsafe part of Rust as dark art.

vi. Read the Rust Course for fun.

Projects/Practices

i. Play with web-assembly

ii. Try linked list in Rust

iii. A Web server project

iv. Graphics with Rust

v. Games

vi. Operation System

vii. Mini Redis

ix. Learn PNG by Rust

x. 100 Exercises To Learn Rust