Function home::cargo_home_with_cwd
source ยท pub fn cargo_home_with_cwd(cwd: &Path) -> Result<PathBuf>
Expand description
Returns the storage directory used by Cargo within cwd
.
For more details, see cargo_home
.
pub fn cargo_home_with_cwd(cwd: &Path) -> Result<PathBuf>
Returns the storage directory used by Cargo within cwd
.
For more details, see cargo_home
.