pub fn standard_discovery_layers(
workspace_root: &Path,
user_config_dir: Option<&Path>,
explicit: ExplicitResourcePaths,
) -> ResourceDiscoveryLayersExpand description
Build the standard user/project/explicit discovery layers for a workspace.
Missing directories are handled by the per-kind discovery functions. Relative
explicit paths are resolved against workspace_root.