Skip to main content

is_cargo_project

Function is_cargo_project 

Source
pub fn is_cargo_project(path: &Path) -> bool
Expand description

Returns true if the given path is a Cargo project directory (i.e. it is a directory containing a Cargo.toml).