DEV Community

Cover image for rust start: hot reloading
Peter Vivo
Peter Vivo

Posted on

rust start: hot reloading

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

Top comments (0)