pub fn workspace_root_for(crate_manifest_dir: &str) -> PathBufExpand description
Resolve the conventional workspace root from a crate manifest directory.
A manifest directly below <workspace>/crates resolves to <workspace>;
other paths are returned unchanged.