Skip to main content

split_path

Function split_path 

Source
pub fn split_path(path: &Path) -> Option<(&str, &Path)>
Expand description

Split a repository-relative path into its first component and the remainder.