dbetm / hands-on-rust

Learning Rust πŸ¦€ πŸ¦€ πŸ¦€

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hands-on-rust

Learning Rust and about crabs.

Useful commands

Compile file and save the binary into a "target" folder

rustc file_name.rs --out-dir target

...without warnings

rustc -A warnings source_file.rs

Execute the binary

./target/file_name

About

Learning Rust πŸ¦€ πŸ¦€ πŸ¦€


Languages

Language:Rust 100.0%