Skip to content

Latest commit

 

History

History
29 lines (29 loc) · 1.02 KB

README.MD

File metadata and controls

29 lines (29 loc) · 1.02 KB

Rust starter workshop

About the setup

I am using vscode with the vscode container plugin to provide an out of the box working environment, so you will need docker for that.
Alternative you can use rustup to setup your environment without docker.

Used vscode plugins

  • matklad.rust-analyzer
  • bungcip.better-toml
  • serayuzgur.crates
  • vadimcn.vscode-lldb
  • eamodio.gitlens
  • donjayamanne.githistory
  • be5invis.toml

About Rust

Rust Starter Pack Rust Homepage
Rust Book
Rust by Example
Rust are we Web yet
Rust are we Gui yet
Rust are we Learning yet

About the workshop

Topics can be found in the examples folder.

Topics

  • Primitives
  • Custom types
  • Flow Control
  • Functions
  • Optional and Result
  • ....