📜  rust lang 开始一个新项目 - Rust 代码示例

📅  最后修改于: 2022-03-11 14:49:25.860000             🧑  作者: Mango

代码示例1
//Enter in the command line:
--------------------------------------------------
>cargo new 

//It will create a new folder with all the basic files. The main.rs file is
//in the src folder