find_project_root_with_stop

Function find_project_root_with_stop 

Source
pub fn find_project_root_with_stop(
    file: &Path,
    markers: &[&str],
    stop_at: &Path,
) -> Option<PathBuf>
Expand description

Find a project root, stopping at a specific directory