rwx-777 / Rust-LearningRepo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUST LEARNING REPO

How to compile a Rust file:
$rustc <filename.rs>
How to run a rust binary:
$./path/to/file

Make a new Project using Cargo:
$cargo new <folderName>

$cargo init
will build the project without running it
$cargo build 
to run use
$cargo run

About


Languages

Language:Rust 100.0%