Skip to main content

py_join

Function py_join 

Source
pub fn py_join(root: &str, components: &[&str]) -> String
Expand description

str(Path(root) / a / b / ...) — the normalized root joined with literal relative components (skill/hook install destination paths). Reuses the walk’s join_display semantics: a bare-. root vanishes, “/” and a preserved “//” prefix avoid doubled slashes.