How to use cargo in rust? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How to use cargo in rust?

I have install rust and cargo.But when I enter "cargo new hello_cargo",it response me as there is no hello_cargo file or directory.How can I do this?

21st Jul 2020, 2:34 AM
Phyo Htet Aung
Phyo Htet Aung - avatar
1 Antwort
+ 1
Can't replicate this issue. You could try to create a folder, open it in your terminal and type "cargo init".
21st Jul 2020, 1:48 PM
Aaron Eberhardt
Aaron Eberhardt - avatar