Skip to main content

find_project_root

Function find_project_root 

Source
pub fn find_project_root(start_dir: &Path) -> Option<ProjectRoot>
Expand description

Walk up from start_dir looking for a shape.toml file. Returns Some(ProjectRoot) if found, None otherwise.