Expand description
Query a program for its features.
The obtain_features function, when passed
a Config object, will run a program with
the appropriate command-line options, analyze its output, and
build up a list of the supported features.
See the crate-level documentation for sample usage.
Functionsยง
- obtain_
features - Run the specified program, analyze its output.