Skip to main content

discover_project

Function discover_project 

Source
pub fn discover_project(start_dir: &Path) -> Result<CargoProject, ProjectError>
Expand description

ยงErrors

Returns ProjectError if no project root can be found or if manifest parsing fails.