Open
Description
Location
https://doc.rust-lang.org/nightly/std/path/struct.Path.html#method.normalize_lexically
Summary
both the PartialEq impl for Path and Path::components will normalize away non-leading .
and duplicate/trailing slashes. This is "good enough" for many applications, such as choosing a specific file in a tarball to extract.