1 unstable release
0.0.0 | Jun 4, 2024 |
---|
#148 in #build-script
153 downloads per month
Used in cndrv
4KB
buil-script-cfg
Configure and set cfg flags in build scripts.
Usage
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}
0.0.0 | Jun 4, 2024 |
---|
#148 in #build-script
153 downloads per month
Used in cndrv
4KB
Configure and set cfg flags in build scripts.
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}