Skip to main content

find_beans_dir

Function find_beans_dir 

Source
pub fn find_beans_dir(start: &Path) -> Result<PathBuf>
Expand description

Walk up from start looking for a .beans/ directory. Returns the path to the .beans/ directory if found. Errors if no .beans/ directory exists in any ancestor.