Skip to main content

discover

Function discover 

Source
pub fn discover(root: &Path, config: &RaysenseConfig) -> WorkspaceMap
Expand description

Discover the workspace layout under root by consulting each configured plugin’s workspace_manifest_files. Currently only the Cargo manifest format is parsed; other manifests added later become new arms in the dispatcher below without changing call sites.