Learning Axum Webdev Quick_dev commands Install cargo-watch cargo install cargo-watch Recompile & run when a change is done une the source code. cargo watch -q -c -w src/ -x run Execute the quick_dev function cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"