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?
1 Resposta
+ 1
Can't replicate this issue. You could try to create a folder, open it in your terminal and type "cargo init".