Skip to main content

find_project_root

Function find_project_root 

Source
pub fn find_project_root() -> PathBuf
Expand description

Finds the project root by climbing up the directory tree from the CWD. Returns the current directory if no root marker is found.