pub fn discover_to_depth(repo_root: &Path, depth: usize) -> Vec<Project>Expand description
discover, to an explicit depth.
depth is clamped, so a caller cannot hand this an unbounded or useless walk even by
reading a hand-edited config straight off disk.