Module feature_check::defs[][src]

Expand description

Common definitions for the feature-check crate’s modules.

Structs

Config

Runtime configuration settings for the obtain_features function.

ParseError

An error that occurred while querying a program’s features.

Enums

Mode

The feature-check operating mode, usually “List”.

Obtained

The result of querying a program for its supported features.

Constants

DEFAULT_OPTION_NAME

The default option to pass to a program to obtain the list of features.

DEFAULT_PREFIX

The default prefix to look for in the lines output by the program.