is_project_root

Function is_project_root 

Source
pub fn is_project_root(dir: &Path) -> bool
Expand description

Returns true if the given directory looks like a devalang project root. Checks for the presence of .devalang config file or .deva directory.