Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 297 Bytes

File metadata and controls

9 lines (6 loc) · 297 Bytes

A Sample Rust Project

Create one by using cargo new and passing the name of the project as an argument:

cargo new project-name

Replace project-name with the actual name of the project. For this project, the name used was project, which is why the folder is named project.