Functionsยง
- find return a
PathBuf
for the given executable, it tries to find it in PATH and environment variables. - find_with_cargo_home return a
PathBuf
for the given executable, it tries to find it in PATH, environment variables and CARGO_HOME.
PathBuf
for the given executable, it tries to find it in PATH and environment variables.PathBuf
for the given executable, it tries to find it in PATH, environment variables and CARGO_HOME.