Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR RUST

rust lang start a new project

//Enter in the command line:
--------------------------------------------------
>cargo new <NAME_OF_PROJECT_HERE>

//It will create a new folder with all the basic files. The main.rs file is
//in the src folder
Source by rust-cli.github.io #
 
PREVIOUS NEXT
Tagged: #rust #lang #start #project
ADD COMMENT
Topic
Name
5+3 =