Skip to content

Latest commit

 

History

History

1-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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.