use ;
/// Resolve the conventional workspace root from a crate manifest directory.
///
/// A manifest directly below `<workspace>/crates` resolves to `<workspace>`;
/// other paths are returned unchanged.
/// Return `<workspace>/target/<name>` for isolated host-side test artifacts.