Hands-on Rust: why do you use cargo init?

Most rust tutorials use cargo new. Why do you prefer cargo init?

2 Likes

Honestly? Habit. init was the standard when I started using Rust. I’ve added a note in my issue tracker to update the syntax. Thanks!

2 Likes