foundry_config::utils

Function load_config_with_root

Source
pub fn load_config_with_root(root: Option<&Path>) -> Config
Expand description

Loads the config for the current project workspace or the provided root path.

ยงPanics

Panics if the project root cannot be found. See find_project_root.