I heard that the load has the ability to automatically recompile the modified source files, but it is difficult for me to understand how to do this.
Currently, I manually run cargo build or cargo run every time I want to enter a verification code. Instead, I would rather just save the file and see the results in an adjacent terminal window.
If you still don't know what I'm talking about, I'm looking for the cargo equivalent of sbt ~compile or sbt ~run .
It seems oddly hard to find, so I'm starting to wonder if this is really supported. Perhaps someone said that the load can detect modified files and recompile them when he wanted to say that the load can detect immutable files and not recompile them, for example make .
source share