pub fn find_project_root_with_stop( file: &Path, markers: &[&str], stop_at: &Path, ) -> Option<PathBuf>
Find a project root, stopping at a specific directory