pub fn normalize_path_buf(path: &Path) -> PathBufExpand description
Lexically normalize a path, returning a PathBuf.
See normalize_path for the security caveats: this is a lexical helper
that clamps only at the filesystem root and does not follow symlinks.