Skip to content

Latest commit

 

History

History

01-hello-cargo

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Hello Cargo

A quick intro to Rust syntax.

Features

  • installing Rustup, Rust for Visual Studio Code and Even Better TOML.
  • setting up a project with Cargo.
  • printing and formatting strings.
  • handling variables.
  • discovering primitive types.
  • playing with strings, tuples, arrays and vectors.
  • rendering conditionals.
  • using loops, functions and pointer references.
  • creating custom data types with structs.
  • defining enums.
  • grabbing args from CLI.

Based on Rust Crash Course by Brad Traversy (2019).