pub fn load_project_config_fs<F: FileSystem>(
fs: &F,
project_root: &Path,
) -> Option<ProjectConfig>Expand description
Configuration loading and schema helpers.
Like load_project_config, but uses an injected file-system.
pub fn load_project_config_fs<F: FileSystem>(
fs: &F,
project_root: &Path,
) -> Option<ProjectConfig>Configuration loading and schema helpers.
Like load_project_config, but uses an injected file-system.