Skip to content

hello-lang/Rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust

Hello World! in Rust

Installing the toolchain

Rust provide quick way of instaling rust toolchain {rustc, rustup, cargo, etc } via a script

Linux/Unix based systems

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

Windows

see rustup.rs

Building the example

cargo build

For dry run use

cargo check

Running the example

cargo run

Releases

No releases published

Packages

No packages published

Languages