build_script icon indicating copy to clipboard operation
build_script copied to clipboard

A wrapper for build.rs instructions

Results 3 build_script issues
Sort by recently updated
recently updated
newest added

Not needing this myself (don't to need build scripts) but looking to create a related crate (lookup env variables cargo sets) and in looking for crate names I noticed [build_env](https://crates.io/crates/build-env)...

The cargo team is considering an official build script API (rust-lang/cargo#12432). We are looking at adopting [build-rs](https://crates.io/crates/build-rs) package, mostly because the author reached out to us. We'd be interested in...

Pretty simple and small change to add environment variable wrappers. Similar to the println functions, they are super simple but hard to remember, this will provide autocomplete and no risk...