pub fn join_path_parts(parts: &[&str]) -> String
Joins path parts with / while preserving a leading absolute prefix when present.
/