pub fn find_project_root(start: Option<&Path>) -> Result<PathBuf>
Walk up from start (or the current working directory if None) until a directory containing Cargo.toml is found. Returns NotFound otherwise.
start
None
Cargo.toml
NotFound