pub fn relative_path_normalize(path: impl AsRef<Path>) -> PathBuf
Normalizes the given relative path.
This will clean the path, removing any redundant components, and ensure that it has a leading “current dir” (./) component.
./