pub fn join_path_segments<I, S>(segments: I) -> StringExpand description
Join host-supplied path segments into Harn’s target-independent / form.
Absolute POSIX, UNC, or drive-rooted segments reset the accumulated path,
matching PathBuf::push without making artifact behavior depend on the
machine that compiled the kernel.