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)

👋 Kindness is contagious

Engage with a sea of insights in this enlightening article, highly esteemed within the encouraging DEV Community. Programmers of every skill level are invited to participate and enrich our shared knowledge.

A simple "thank you" can uplift someone's spirits. Express your appreciation in the comments section!

On DEV, sharing knowledge smooths our journey and strengthens our community bonds. Found this useful? A brief thank you to the author can mean a lot.

Okay