What is “cargo new” purposed for?
The cargo new command is used to create a new project in Rust. Rust users can use below syntax create a sample project using Cargo.
$ cargo new project_name –bin
The cargo new command is used to create a new project in Rust. Rust users can use below syntax create a sample project using Cargo.
$ cargo new project_name –bin