Skip to main content

load_project

Function load_project 

Source
pub fn load_project(project_path: &Path) -> Result<ModuleTree, Vec<LoadError>>
Expand description

Load a project from a grove.toml or project directory.

This does NOT resolve external dependencies. For that, use load_project_with_packages.