#build-script #cfg #build-script-cfg

build build-script-cfg

Configure and set cfg flags in build scripts

2 unstable releases

Uses new Rust 2024

0.1.0 Feb 23, 2025
0.0.0 Jun 4, 2024

#340 in Build Utils

Download history 73/week @ 2024-12-11 55/week @ 2024-12-18 35/week @ 2024-12-25 21/week @ 2025-01-01 17/week @ 2025-01-08 62/week @ 2025-01-15 36/week @ 2025-01-22 40/week @ 2025-01-29 89/week @ 2025-02-05 59/week @ 2025-02-12 166/week @ 2025-02-19 87/week @ 2025-02-26 18/week @ 2025-03-05 38/week @ 2025-03-12 8/week @ 2025-03-19 15/week @ 2025-03-26

100 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