Crate build_script_cfg

Source
Expand description

# build-script-cfg

CI Latest version Documentation license GitHub repo size GitHub code size in bytes

GitHub Issues GitHub Pull Requests GitHub contributors GitHub commit activity

Configure and set cfg flags in build scripts.

§Usage

let cfg = Cfg::new("cfg");
if some_condition {
    cfg.define();
}

Structs§

Cfg
The type that represents a configuration option.