Skip to content

shawnnygoh/rusty-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rusty-dev

A repository to store my rusty experiments. 🦀

Set-up

  1. Install Rust.
  2. Configure VSCode for Rust.
  3. Check if installation is complete with the rustc --version command in a new terminal.

To keep Rust up to date, just use the rustup update command.

Experiments

hello_world 1. Type cargo new hello_world into the terminal to create a new project called "hello_world".
2. Navigate to the project directory with cd hello_world.
3. Build the project with cargo build. This will create an executable "hello_world.exe" in the target/debug folder.
4. Run the project with cargo run.

Learning Resources

Crates

Cool crates to check out:

About

A repository to store my rusty experiments. 🦀

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors