Auto-Reloading Development Server

During development it can be very handy to have cargo automatically recompile the code on changes.

This can be accomplished very easily by using cargo-watch.

cargo watch -x run