Crates.io | build-script-cfg |
lib.rs | build-script-cfg |
version | 0.0.0 |
source | src |
created_at | 2024-06-04 09:50:28.934641 |
updated_at | 2024-06-04 09:50:28.934641 |
description | Configure and set cfg flags in build scripts. |
homepage | |
repository | https://github.com/YdrMaster/build-script-cfg.git |
max_upload_size | |
id | 1260937 |
size | 5,880 |
Configure and set cfg flags in build scripts.
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}