you are viewing a single comment's thread
view the rest of the comments
[–] 8 points 2 years ago (1 child)

For me the biggest speedup in my workflow was not through actually cutting down on the build time but rather using cargo watch. With cargo watch -x run, it automatically rebuilds and runs on any change so by the time I switch to the terminal it's almost completely ready.

  • source
  • hideshow 2 child comments