Skip to content

Frontend masters Rust 1.51 workshop repo with notes ,exercies and transcipts for beginners

License

Notifications You must be signed in to change notification settings

kolynzb/fm-rust-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

There are slides that go with this repo, as well as a companion website.

Getting Started

  1. Install Rust 1.51 or higher

  2. Install Cargo 1.51 or higher

  3. Not required, but highly recommended: install rustfmt and configure your editor to run it on save.

Verify that you have the right version of cargo by running:

cargo --version

It should print a version number of 1.51 or higher.

Finally, clone this repository by running this at the terminal:

git clone https://github.com/rtfeldman/intro-to-rust
cd intro-to-rust

You're all set!

  • Lesson Slides here

About

Frontend masters Rust 1.51 workshop repo with notes ,exercies and transcipts for beginners

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published