fn normalize_config(
raw: RawConfig,
config_path: Option<&Path>,
base_dir: &Path,
cwd: &Path,
) -> Result<AtlasMapConfig, AtlasMapError>Expand description
Normalize raw config into runtime config.
fn normalize_config(
raw: RawConfig,
config_path: Option<&Path>,
base_dir: &Path,
cwd: &Path,
) -> Result<AtlasMapConfig, AtlasMapError>Normalize raw config into runtime config.