rust start: hot reloading
Peter Vivo

Peter Vivo @pengeszikra

About: Pipeline operator and touch bar fanatic from Hungary. God speed you!

Location:
Pomaz
Joined:
Jul 24, 2020

rust start: hot reloading

Publish Date: Nov 28 '20
1 0

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

Comments 0 total

    Add comment