//! Path helpers for build output layout (`src/` subtree vs crate root).
use Path;
/// True when the output directory is a Rust module subtree under `src/...` (not the crate root).
/// In that case we only emit `mod.rs` for Cargo, not `lib.rs` (which would be invalid as a nested crate root).
pub
pub