rust start: hot reloading

Peter Vivo - Nov 28 '20 - - Dev Community

As js developer who will be going rust coder too, I find simple way to develop rust with hot reloading.

I found this line which is very helpful with VS code:

cargo watch -x 'run' -q -c -d 1
Enter fullscreen mode Exit fullscreen mode

prepare

cargo install cargo-watch
Enter fullscreen mode Exit fullscreen mode
. . . . . . . . . . . . . . .
Terabox Video Player