marekdano / getting-rusty

First touch with rust-lang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting-rusty

First touch with rust-lang

useful commands

# build project locally and run it from the target/debug folder
cargo build

# build project for release. The built is under the target/release folder
cargo build --release

# run project
cargo run

# check project if can be compiled
cargo check

About

First touch with rust-lang


Languages

Language:Rust 100.0%