pub fn detect_nearest(dir: impl AsRef<Path>) -> Option<ProjectKind>Expand description
Detect the project kind, walking up from dir if nothing is found.
Convenience wrapper over detect_walk that returns only the kind.
pub fn detect_nearest(dir: impl AsRef<Path>) -> Option<ProjectKind>Detect the project kind, walking up from dir if nothing is found.
Convenience wrapper over detect_walk that returns only the kind.