Most software follows a 3-step process to build from source: ./configure && make && make install. The configure script checks dependencies, while make generates an executable; autoconf/automake help ...
If the big bottleneck in your Rust development workflow is compile time, there are at least five ways you can fix it.