Skip to content

Files

Latest commit

 

History

History

rust

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

This file is part of eRCaGuy_hello_world: https://github.com/ElectricRCAircraftGuy/eRCaGuy_hello_world

Resources to learn Rust

  1. *****+ The official "Rust By Example" online book.
    1. On GitHub here (see the GitHub icon link in the top-right of the pages at the link above): https://github.com/rust-lang/rust-by-example
    2. Hello World example: https://doc.rust-lang.org/stable/rust-by-example/hello.html
  2. Official Rust website: https://www.rust-lang.org/
  3. https://blog.rust-lang.org/

Install Rust

https://www.rust-lang.org/tools/install

On Mac or Linux, incl. Linux Ubuntu:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh