|
|
|
|
|
by gefhfffh
1586 days ago
|
|
I get that the compile process is faster, but simpler? In my experience, the compile process usually consists of "cargo build" A advantage of Rust is that usually you spend way less time debugging, because the compiler prevents many mistakes from compiling in the first place. |
|