Skip to content

dhythm/rust_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Create a new project
cargo new PROJECT_NAME

# Build a project
cargo build

# Compile the code and then run the executable
cargo run

# Check compiling but doesn't produce an executable
cargo check

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages