rust-lang.cc

Firstly, a tour of rust:


Secondly, 3 good books by Official rust-lang.org:

  1. The Rust Programming Language (aka The Book)

  2. Rust by example

  3. Rustlings, small exercises on many basic subject of rust

    If it's your first time running rustlings, follow the link to start a rustlings workspace on repl.it, login replit.com.
    Note: you will need to install the rustlings command in the repl.it console as below. It will take several minutes and do not leave the installing page as it may interupt, hit the enter key sometimes to keep the page active.
    > cargo install --force --path .
    > cp /home/runner/.cargo/bin/rustlings ./

    Now make sure you are in rustlings folder, otherwise change to it:
    > pwd
    > cd rustlings

    after that, every time you want to start your practice on rustlings, go to your repl.it workspace, and run:
    > ./rustlings watch

You are almost there, where to go next?


Codewars

Go to codewars for practicing std libs.

Exercism

Go to Exercism for more exercises.

Rust-lang.cc

Go to Rust-lang.cc practice list, guide you step by step from beginner to master.

cheats.rs

cheats.rs

can i use .rs

A story about learning rust at 40:

learning rust at 40
The author wrote a book named "Easy rust", means learning rust in easy English.
Easy rust

Who is using Rust and how they use it?

See Who is using Rust and how they use it


Want to buy some books to read?

> Suggested books for learning rust-lang

Leave your comments about this site, any suggestion will be appreciated.

(Powered by giscus from Github discuss)