build-script-cfg 0.1.0

Configure and set cfg flags in build scripts.
Documentation
  • Coverage
  • 100%
    4 out of 4 items documented0 out of 3 items with examples
  • Size
  • Source code size: 6.31 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.33 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • InfiniTensor/build-script-cfg
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • YdrMaster

build-script-cfg

CI Latest version Documentation license GitHub repo size GitHub code size in bytes

GitHub Issues GitHub Pull Requests GitHub contributors GitHub commit activity

Configure and set cfg flags in build scripts.

Usage

let cfg = Cfg::new("cfg");
if some_condition {
    cfg.define();
}