sway_utils::helpers

Function find_parent_manifest_dir

Source
pub fn find_parent_manifest_dir<P: AsRef<Path>>(
    starter_path: P,
) -> Option<PathBuf>
Expand description

Continually go up in the file tree until a Forc manifest file is found.