Skip to content

marekdano/getting-rusty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages