fn normalize(path: &Path) -> Result<PathSegments, PathSegmentError>
Expand description

Normalize a Path into a [PathSegments], dealing with things like .. and skipping .’s.