| Crates.io | build-script-cfg |
| lib.rs | build-script-cfg |
| version | 0.1.0 |
| created_at | 2024-06-04 09:50:28.934641+00 |
| updated_at | 2025-02-23 10:32:31.587084+00 |
| description | Configure and set cfg flags in build scripts. |
| homepage | |
| repository | https://github.com/InfiniTensor/build-script-cfg.git |
| max_upload_size | |
| id | 1260937 |
| size | 6,793 |
Configure and set cfg flags in build scripts.
let cfg = Cfg::new("cfg");
if some_condition {
cfg.define();
}