1 unstable release
0.1.0 | Apr 27, 2023 |
---|
#414 in Build Utils
62KB
1.5K
SLoC
MobileCoin build-script helper
Cargo build-script assistance, from MobileCoin.
This crate provides a programmatic API for dealing with the various strings passed into build scripts via environment variables.
use mc_build_rs::Environment;
let env = Environment::new().expect("Could not parse environment");
assert_eq!(env.name(), "mc_build_rs");
Dependencies
~1.5–9.5MB
~108K SLoC