You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.