pub fn home_dir() -> Option<PathBuf>
Returns the path to the user’s home directory. Use $HOME, fallbacks to libc::getpwuid_r, otherwise None.
$HOME
libc::getpwuid_r
None