Out of source builds (external build directory) with Cargo?
问题 Having used CMake, I've become used to out-of-source builds, which are encouraged with CMake. How can out-of-source builds be done with Cargo? Using in-source-builds again feels like a step backwards: Development tools need to be configured to ignore paths. Sometimes multiple plugins and development tools - especially using VIM or Emacs! Some tools can't be configured to easily hide build files. While dotfiles are typically hidden, they will still show Cargo.lock and target/ , worse still,