Expand description
Project root detection.
The dispatcher walks upward from the current working directory looking for
a .git directory, the nearest Cargo.toml, or .ready-set.toml. The
first hit wins. The result is exported as READY_SET_PROJECT_ROOT for
plugins that want it.
Functionsยง
- detect_
project_ root - Walk upward from
cwdto detect a project root. ReturnsNoneif the filesystem root is reached without finding any marker.