RustBeginners / please

use one command to build and run all your projects, independent from the programming language in use
17 stars 1 forks source link

detect the build system's presence #5

Open Geal opened 6 years ago

Geal commented 6 years ago

We could get in a case where we downloaded some source code for which we do not have the tools to build them. As an example, if the Rust tester found a Cargo.toml file, but no cargo nor rustc executables, it would tell the user they are not available