01 - Introduction To Rust
01 - Introduction To Rust
Ruby
Don't focus on
syntax now just pay
attention to goal
Interface
Don't focus on
syntax now just pay
attention to goal
Don't focus on
syntax now just pay
attention to goal
Getting Started
Install
check
update
vscode
Hello world
println!
Cargo
Cargo tool
Cargo.toml
commands
Processing a
Guess
use std::io;
Storing Values with Variables
Receiving User Input
Handling Potential Failure with Result
Printing Values with println! Placeholders
Generating a Secret Number
Comparing
Allowing
Multiple
Guesses with
Looping
Match
match
Variables and
Mutability
Variables and
Mutability
const
const
Shadowing
Shadowing
str
i32
Data Types
Tasks
Tasks
1- read documentation
2- see these videos on Youtube
3- write application with rust to
open vlc
4- write application to create server