Skip to content

nimaqalizadeh/lets-get-rusty-bootcamp

 
 

Repository files navigation

The Rust Developer Bootcamp

Opening Projects

Each crate is an independent Rust project. Open them individually in VS Code for full rust-analyzer support:

code "1. Beginner/1. Get Up And Running FAST!/variables"

Or use File > Open Folder and navigate into the specific project directory.

Running a Project

cd "1. Beginner/1. Get Up And Running FAST!/variables"
cargo run

Note

target/ directories and Cargo.lock files are excluded from git (see .gitignore), so compiled binaries and build artifacts will not be pushed to GitHub.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 100.0%