#build-script #cfg #flags

build build-script-cfg

Configure and set cfg flags in build scripts

1 unstable release

0.0.0 Jun 4, 2024

#77 in #cfg

Download history 133/week @ 2024-05-31 36/week @ 2024-06-07 23/week @ 2024-06-14 23/week @ 2024-06-21 37/week @ 2024-06-28 84/week @ 2024-07-05 82/week @ 2024-07-12 75/week @ 2024-07-19 33/week @ 2024-07-26 53/week @ 2024-08-02 17/week @ 2024-08-09 21/week @ 2024-08-16 6/week @ 2024-08-23 9/week @ 2024-08-30 16/week @ 2024-09-06

53 downloads per month
Used in cndrv

MIT license

4KB

buil-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();
}

No runtime deps