#build-script #cfg #flags

build build-script-cfg

Configure and set cfg flags in build scripts

2 unstable releases

0.1.0 Feb 23, 2025
0.0.0 Jun 4, 2024

#283 in Build Utils

Download history 26/week @ 2024-11-05 45/week @ 2024-11-12 34/week @ 2024-11-19 32/week @ 2024-11-26 44/week @ 2024-12-03 73/week @ 2024-12-10 52/week @ 2024-12-17 37/week @ 2024-12-24 28/week @ 2024-12-31 17/week @ 2025-01-07 45/week @ 2025-01-14 54/week @ 2025-01-21 36/week @ 2025-01-28 79/week @ 2025-02-04 57/week @ 2025-02-11

172 downloads per month
Used in cndrv

MIT license

4KB

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

No runtime deps