# buil-script-cfg
[](https://github.com/YdrMaster/build-script-cfg/actions)
[](https://crates.io/crates/build-script-cfg)
[](https://docs.rs/build-script-cfg)
[](https://mit-license.org/)


[](https://github.com/YdrMaster/build-script-cfg/issues)
[](https://github.com/YdrMaster/build-script-cfg/pulls)


Configure and set cfg flags in build scripts.
## Usage
```rust,ignore
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}
```