Question: How do you create a Rust project on the command-line?

  1. cargo new
  2. rustup init
  3. cargo start
  4. rust new-project

Answer: The correct answer of the above question is Option A:cargo new