Function home::rustup_home_with_cwd

source ·
pub fn rustup_home_with_cwd(cwd: &Path) -> Result<PathBuf>
Expand description

Returns the storage directory used by rustup within cwd. For more details, see rustup_home.