pub fn expand_tilde(path: impl AsRef<Path>) -> Option<PathBuf>
Expand the tilde (~) from within the provided path.
~