Reactors/online-event-resources/web-development/rust101
Andrew Smith 0bff5ab646 Add implementation demonstrating use of Struct and methods. 2020-11-25 11:07:55 -08:00
..
src Add implementation demonstrating use of Struct and methods. 2020-11-25 11:07:55 -08:00
Cargo.lock Add guessing game app 2020-07-24 12:52:17 -07:00
Cargo.toml Add guessing game app 2020-07-24 12:52:17 -07:00
Intro-to-Rust.pptx Update Rust ppt 2020-08-18 11:06:48 -07:00
README.md rename ppt again 2020-07-24 13:05:57 -07:00

README.md

Rust 101

Here you can find learning material for the Intro to Rust workshop.

Installation steps

Install Rust

  • Confirm that you have installed Rust successfully by typing: rustc --version on the command line
  • Confirm that you have Cargo, the build and package manager by typing: cargo --version on the command line

To run the demo

  • Make sure you are in this directory: Reactors/online-event-resources/web-development/rust101
  • From the command line type: cargo run
  • Guess a number until you win the game!