2 unstable releases
0.1.0 | Feb 23, 2025 |
---|---|
0.0.0 | Jun 4, 2024 |
#283 in Build Utils
172 downloads per month
Used in cndrv
4KB
build-script-cfg
Configure and set cfg flags in build scripts.
Usage
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}