Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 320 Bytes

Base Rust Web API

Run

The quick_dev.rs file execute the HTTP request and output the result of the request.

Run quick_dev.rs

cargo watch -q -c -w tests/ -x "test -q quick_dev -- --nocapture"

Open an run in a second terminal panel to simulate hot reloading

cargo watch -q -c -w src/ -x run