What is the difference between cargo new <project_name> --bin
and cargo new <project_name>
?
It seems both commands make exactly the same project; all components are consistent.
I think --bin
stands for "binary", but I don't know when to use this option or not.