139a2b7b0d6499c21b0977804725ea1e437c849d
std::env::home_dir() with home crate impl. (#9293)
* Import the `home` crate in `util/dir`.
* Replace uses of `env::home_dir()` with `home::home_dir()`.
* `home` uses a 'correct' impl. on windows and the stdlib impl.
of `::home_dir` otherwise.
* Reexport `home::home_dir` from `util/dir`.
* Bump `util/dir` to 0.1.2.
Description
Languages
Rust
99.7%
Shell
0.2%
Dockerfile
0.1%