/rust-resources

Useful resources for learning RUST programming language

rust-resources

Useful resources for learning RUST programming language

The book

Beginners can start learning Rust from the official Book.

OR simply run the following command for an offline version of the book.

rustup docs --book

Test your Rust skills

  1. https://dtolnay.github.io/rust-quiz

What's different in Rust from other languages

Read guide