Rust is a compiled language, meaning every time we make a code change the project needs to be rebuilt and run. This differs from a scripting language such as PHP or JavaScript, where a change is applied right away without requiring an additional compilation step.
Thankfully, we can use a