Skip to main content

find_project_root

Function find_project_root 

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

Walk up from start_dir looking for .config/aql.schema. Returns the project root directory (parent of .config/), or None.