Skip to content
 
 

Repository files navigation

Rust-Programming

Rust programming tutorial

Install Rust

https://www.rust-lang.org/tools/install

Install Rust on Linux

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Check if Rust installed

rustup --version

Rust compiler

rustc --version

Package manager

Cargo is Rust's package manager and build system, designed to simplify the process of managing dependencies, building projects and running code. cargo --version

Create a Project

cargo new hello_world

Build the Project

cargo build

Run the Project

cargo run

############################################################################################################

About

Rust programming tutorial

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages