Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 318 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 318 Bytes

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"