has_command
Procedural macro for checking if a host system supports desired command.
Requirements
- Rust ^1.30
Usage
Add dependency to your Cargo.toml
[]
= "*"
Add this to your code
use has_command;
or
;
extern_crate has_command
Then you can use it as
use Command;